We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running evaluation with this config, the following error raises:
USE_HF=true CUDA_VISIBLE_DEVICES=0 swift eval --ckpt_dir /lava-llama3-8b-v1_1/v30-20241118-003437/checkpoint-1217 --eval_dataset MMBench --eval_batch_size 16
I want to test my trained model, which is saved in ckpt_dir. Do I have to change my config?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running evaluation with this config, the following error raises:
USE_HF=true
CUDA_VISIBLE_DEVICES=0 swift eval
--ckpt_dir /lava-llama3-8b-v1_1/v30-20241118-003437/checkpoint-1217
--eval_dataset MMBench
--eval_batch_size 16
I want to test my trained model, which is saved in ckpt_dir.
Do I have to change my config?
Thanks in advance!
The text was updated successfully, but these errors were encountered: