Replies: 2 comments
-
|
You can refer to my q/a #965, but it doesn't completely solve the problem. Please contact me if you resolve it. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
在configs/api_examples下创建eval_api_mymodel.py, 然后执行 python run.py configs/api_examples/eval_api_mymodel.py 这个是可以的 |
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.
-
按照https://opencompass.readthedocs.io/zh-cn/latest/advanced_guides/new_model.html
的指引,我在opencompass/models 下新建 mymodel_api.py
相关函数已实现
然后运行:
python run.py --datasets siqa_gen --models mymodel_api
得到以下错误:
Beta Was this translation helpful? Give feedback.
All reactions