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
执行main.py
CUDA_VISIBLE_DEVICES=0 python main.py --models hf_opt_125m --datasets SuperGLUE_BoolQ_ppl --work-dir ./outputs/debug/api_test --w_bit 8 出现这个错误
(qllm_eval) lyg@lyg-System-Product-Name:~/Codes/score/qllm-eval$ CUDA_VISIBLE_DEVICES=0 python /home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py --models /home/lyg/Pth/ai-modelscope/opt-125 --datasets SuperGLUE_BoolQ_ppl --work-dir ./outputs/debug/api_test --w_bit 8
Traceback (most recent call last):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 356, in
main()
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 224, in main
cfg = get_config_from_arg(args)
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 101, in get_config_from_arg
for dataset in match_cfg_file(datasets_dir, args.datasets):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 62, in match_cfg_file
raise ValueError(err_msg)
ValueError: The provided pattern matches 0 or more than one config. Please verify your pattern and try again. You may use tools/list_configs.py to list or locate the configurations.
+------------------------+
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 356, in
main()
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 224, in main
cfg = get_config_from_arg(args)
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 101, in get_config_from_arg
for dataset in match_cfg_file(datasets_dir, args.datasets):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 62, in match_cfg_file
raise ValueError(err_msg)
ValueError: The provided pattern matches 0 or more than one config. Please verify your pattern and try again. You may use tools/list_configs.py to list or locate the configurations.
+----------------------------------------------------------------------------------------------+
执行main.py
CUDA_VISIBLE_DEVICES=0 python main.py --models hf_opt_125m --datasets SuperGLUE_BoolQ_ppl --work-dir ./outputs/debug/api_test --w_bit 8
出现这个错误
(qllm_eval) lyg@lyg-System-Product-Name:~/Codes/score/qllm-eval$ CUDA_VISIBLE_DEVICES=0 python /home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py --models /home/lyg/Pth/ai-modelscope/opt-125 --datasets SuperGLUE_BoolQ_ppl --work-dir ./outputs/debug/api_test --w_bit 8
Traceback (most recent call last):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 356, in
main()
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 224, in main
cfg = get_config_from_arg(args)
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 101, in get_config_from_arg
for dataset in match_cfg_file(datasets_dir, args.datasets):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 62, in match_cfg_file
raise ValueError(err_msg)
ValueError: The provided pattern matches 0 or more than one config. Please verify your pattern and try again. You may use tools/list_configs.py to list or locate the configurations.
+------------------------+
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/main.py", line 224, in main
cfg = get_config_from_arg(args)
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 101, in get_config_from_arg
for dataset in match_cfg_file(datasets_dir, args.datasets):
File "/home/lyg/Codes/score/qllm-eval/qllm_eval/evaluation/q_opencompass/utils/run.py", line 62, in match_cfg_file
raise ValueError(err_msg)
ValueError: The provided pattern matches 0 or more than one config. Please verify your pattern and try again. You may use tools/list_configs.py to list or locate the configurations.
+----------------------------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered: