Skip to content

Commit

Permalink
fix(benchmarks) Update LLM evaluation dependencies (#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-gao-GY authored Dec 14, 2024
1 parent 4e55367 commit 90a12e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchmarks/flowertune-llm/evaluation/code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ datasets==2.20.0
evaluate==0.3.0
sentencepiece==0.2.0
protobuf==5.27.1
bitsandbytes==0.43.1
bitsandbytes==0.45.0
hf_transfer==0.1.8
git+https://github.com/bigcode-project/bigcode-evaluation-harness.git@0f3e95f0806e78a4f432056cdb1be93604a51d69
git+https://github.com/bigcode-project/bigcode-evaluation-harness.git@6116c6a9a5672c69bd624373cfbc8938b7acc249
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ scikit-learn==1.5.0
datasets==2.20.0
sentencepiece==0.2.0
protobuf==5.27.1
bitsandbytes==0.43.1
bitsandbytes==0.45.0
hf_transfer==0.1.8
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ scikit-learn==1.5.0
datasets==2.20.0
sentencepiece==0.2.0
protobuf==5.27.1
bitsandbytes==0.43.1
bitsandbytes==0.45.0
hf_transfer==0.1.8
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ scikit-learn==1.5.0
datasets==2.20.0
sentencepiece==0.2.0
protobuf==5.27.1
bitsandbytes==0.43.1
bitsandbytes==0.45.0
hf_transfer==0.1.8

0 comments on commit 90a12e9

Please sign in to comment.