-
Notifications
You must be signed in to change notification settings - Fork 243
[BUG] encounter an ArrowInvalid error while saving experiment tracker #660
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
Comments
Ran into a similiar issue as well! |
I think the problem comes about from "version = 0". Removing that from the specification of the task in "default_tasks.py" worked. |
bumping this again since it is quite disruptive to run LightEval with the newest version @NathanHB |
With the new release of LightEval 0.9.2, running the following command will still incur the same error
I'm using
|
Describe the bug
encounter an ArrowInvalid error while saving experiment tracker.
The most process of evaluation is done, but error occur when saving.
The error info is as follow:
To Reproduce
I executed the following command to eval Qwen2.5-0.5B-Instruct with med_qa benchmark, but got error.
Expected behavior
Save results of evaluation successfully.
Version info
Ubuntu 24.04
lighteval 0.8.1
cuda 12.4
vllm 0.8.3
torch 2.6.0
The text was updated successfully, but these errors were encountered: