[Fix] fix pip version (#1228)

* fix pip version

* fix pip version
This commit is contained in:
bittersweet1999 2024-06-06 11:48:07 +08:00 committed by GitHub
parent 982e024540
commit e0d7808b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
alpaca-eval
alpaca-eval==0.6
faiss_gpu==1.7.2
scikit-learn==1.5