Skip to content

Commit

Permalink
[Fix] fix pip version (#1228)
Browse files Browse the repository at this point in the history
* fix pip version

* fix pip version
  • Loading branch information
bittersweet1999 committed Jun 6, 2024
1 parent 982e024 commit e0d7808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configs/eval_subjective_alpacaeval_official.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
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
Expand Down
3 changes: 2 additions & 1 deletion requirements/extra.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
alpaca-eval
alpaca-eval==0.6
faiss_gpu==1.7.2
scikit-learn==1.5

0 comments on commit e0d7808

Please sign in to comment.