Skip to content

Commit

Permalink
Merge pull request #82 from cambrian-mllm/eval_requirements_txt
Browse files Browse the repository at this point in the history
add eval requirements.txt
  • Loading branch information
ellisbrown authored Oct 30, 2024
2 parents 78b9708 + ec996ca commit 1d44727
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ eval/**/*.xlsx
eval/**/*.txt
eval/**/*.jsonl.bak.*
eval/**/answers/
!requirements.txt

*.code-workspace

Expand Down
13 changes: 13 additions & 0 deletions eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
datasets
shortuuid
openpyxl
pyarrow
pandas
scipy
pillow
tqdm
protobuf
mmh3
nltk
python-Levenshtein
openai==0.28.0

0 comments on commit 1d44727

Please sign in to comment.