Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-leaderboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lm-eval[ifeval,vllm,math,sentencepiece]>=0.4.4

# vLLM 0.8.3 + torch 2.6.0 doesn't work when running vLLM on granite-3.1-8b-instruct
vllm<=0.7.3
torch<=2.5.1
torch<=2.7.0

# XXX(osilkin): We use StrEnum in leaderboard, but Python3.10 doesn't have it as part of
# the standard library, so we have to install it from the older library.
Expand Down