mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix pip version
This commit is contained in:
parent
8bd928e211
commit
8d2a566a3d
@ -22,6 +22,9 @@ api_meta_template = dict(
|
||||
reserved_roles=[dict(role='SYSTEM', api_role='SYSTEM')],
|
||||
)
|
||||
|
||||
|
||||
# To run this config, please ensure to successfully installed `alpaca-eval==0.6` and `scikit-learn==1.5`
|
||||
|
||||
# -------------Inference Stage ----------------------------------------
|
||||
|
||||
# For subjective evaluation, we often set do sample for models
|
||||
@ -74,5 +77,3 @@ eval = dict(
|
||||
)
|
||||
)
|
||||
work_dir = 'outputs/alpaca/'
|
||||
|
||||
# To run this config, please ensure to successfully installed `alpaca-eval==0.6` and `scikit-learn==1.5`
|
||||
|
Loading…
Reference in New Issue
Block a user