-
Notifications
You must be signed in to change notification settings - Fork 2k
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
lighteval script failed #468
Comments
Have you found a way to solve this? |
make evaluate MODEL=deepseek-ai/DeepSeek-R1-Distill-Qwen-32B TASK=aime24 I got this error |
I've been trying for the past two days, but I still haven't been able to resolve it. |
same problem +1 |
Same problem, an I hope it can be solved soon. |
The problem did not occur after I run |
Have you find any solution to this problem? |
1 similar comment
Have you find any solution to this problem? |
Same problem... |
have anybody solved this issue? |
revert lighteval code to a specific commit, 066f84f712c26be51a52979e08fa438d29ac4d35, and pip install -e . cuda12.4 tokenizers 0.21.0 |
I think this maybe a problem of datasets library or the lcb dataset. I solve this problem by hacking the code in src/lighteval/tasks/extended/lcb/main.py:118 # configs = get_dataset_config_names("livecodebench/code_generation_lite", trust_remote_code=True)
configs = ['release_v1', 'release_v2', 'release_v3', 'release_v4', 'release_v5', 'release_latest', 'v1', 'v2', 'v3', 'v4', 'v5', 'v1_v2', 'v1_v3', 'v1_v4', 'v1_v5', 'v2_v3', 'v2_v4', 'v2_v5', 'v3_v4', 'v3_v5', 'v4_v5'] It can make the evaluation script work but I really do not think this is a good solution. |
The attempt to execute the following command failed.
Here is the error message.
The text was updated successfully, but these errors were encountered: