Replies: 4 comments 2 replies
-
|
Hi kratorado, I recommend running your command with the python3 run.py configs/api_examples/eval_api_mymodel.py --debugAfter running with debugging enabled, check the detailed logs from console to better understand the errors. Best of luck! |
Beta Was this translation helpful? Give feedback.
-
|
I met the same issue, |
Beta Was this translation helpful? Give feedback.
-
|
一样,但是我是测的本地的模型gemma-2b |
Beta Was this translation helpful? Give feedback.
-
|
[Bug] ValueError: too many values to unpack (expected 2) · Issue #673 · open-compass/opencompass · GitHub |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed a vllm backed openai api server to serve my tuned model. And I want to evaluate the performance using opencompass.
my config file:
After execute the command
python3 run.py configs/api_examples/eval_api_mymodel.py, I got many ERROR logs from console.# many lines like 04/27 20:44:22 - OpenCompass - ERROR - /data/homedir/work/opencompass/opencompass/opencompass/runners/local_api.py - launch - 131 - task OpenICLInfer[mymodel/cmmlu-virology] fail, see outputs/api_myqwen/20240427_204403/logs/infer/mymodel/cmmlu-virology.outAnd what's in that .out files is:
the server did not receive any request.
Beta Was this translation helpful? Give feedback.
All reactions