NotImplementedError("Evaluation will be deprecated in the future.") NotImplementedError: Evaluation will be deprecated in the future. #9336
Unanswered
China-wuxiaofei
asked this question in
Q&A
Replies: 2 comments
-
|
评估请使用其他框架例如 open compass |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
在 train里可以使用。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CUDA_VISIBLE_DEVICES=0,1 /data1/wuxiaofei/miniconda3/envs/llamafactory/bin/llamafactory-cli eval /data1/wuxiaofei/LLaMA-Factory/examples/t
rain_lora/llama3_lora_eval.yaml
Traceback (most recent call last):
File "/data1/wuxiaofei/miniconda3/envs/llamafactory/bin/llamafactory-cli", line 7, in
sys.exit(main())
File "/data1/wuxiaofei/LLaMA-Factory/src/llamafactory/cli.py", line 24, in main
launcher.launch()
File "/data1/wuxiaofei/LLaMA-Factory/src/llamafactory/launcher.py", line 142, in launch
raise NotImplementedError("Evaluation will be deprecated in the future.")
NotImplementedError: Evaluation will be deprecated in the future.
评估是被弃用了吗,为什么我对继续预训练好的模型进行评估会报这个错误?
Beta Was this translation helpful? Give feedback.
All reactions