-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Considering the case empty request list is given to base model #250
base: main
Are you sure you want to change the base?
Considering the case empty request list is given to base model #250
Conversation
Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
@clefourrier @NathanHB from nanotron.logging import get_logger located in
|
Hi ! Yes this is an issue on nanotron's side, they have been made aware |
@NathanHB , a test raises permission error when |
@NathanHB, isn't better that |
…o-base-model' into fix-empty-input-to-base-model
Hi there!
To consider the case in which an empty list is given to the base model. This might be needed at least because
LightevalTask.construct_requests
might produce a dict with empty entries.