You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the README and searched the existing issues.
System Info
llamafactory 0.8.3
Reproduction
New version of llamafactory forces users to specify an evaluation dataset when do_predict is true. This makes the example yaml file no longer works. Downgrading llamfactory to 0.8.1 works.
Traceback (most recent call last):
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/launcher.py", line 23, in
launch()
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/launcher.py", line 19, in launch
run_exp()
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/train/tuner.py", line 45, in run_exp
model_args, data_args, training_args, finetuning_args, generating_args = get_train_args(args)
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/hparams/parser.py", line 209, in get_train_args
raise ValueError("Please specify dataset for evaluation.")
ValueError: Please specify dataset for evaluation
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered:
Reminder
System Info
llamafactory 0.8.3
Reproduction
New version of llamafactory forces users to specify an evaluation dataset when do_predict is true. This makes the example yaml file no longer works. Downgrading llamfactory to 0.8.1 works.
Command
Error Message
Traceback (most recent call last):
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/launcher.py", line 23, in
launch()
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/launcher.py", line 19, in launch
run_exp()
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/train/tuner.py", line 45, in run_exp
model_args, data_args, training_args, finetuning_args, generating_args = get_train_args(args)
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/llamafactory/hparams/parser.py", line 209, in get_train_args
raise ValueError("Please specify dataset for evaluation.")
ValueError: Please specify dataset for evaluation
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered: