-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
IndexError: list index out of range when running benchmark on gguf model #1768
Comments
i meet the similar issue: File "<path_to_repository>/lm_eval/main.py", line 342, in cli_evaluate File "<path_to_repository>/lm_eval/utils.py", line 288, in _wrapper |
I faced a similar issue. |
I am running a llamacpp server on local host with phi-2_16.gguf model (as described here: #1254).
When running the lm-eval test suite (version 0.4.2) with the following commands:
lm_eval --model gguf --tasks winogrande --model_args base_url=https://localhost:8080 --output_path ./output/phi-2/winogrande --verbosity DEBUG --num_fewshot 5
the execution breaks during the loglikelihood requests (for the 259th request) with the following exception:
I can't figure out what the problem is, am I using this incorrectly?
The text was updated successfully, but these errors were encountered: