Skip to content

Commit

Permalink
Pin l
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Feb 21, 2025
1 parent 14cc104 commit b41cb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


# IMPORTANT: all dependencies should be listed here with their version requirements, if any.
# * If a dependency is fast-moving (e.g. transformers), pin to the exact version
# * If a dependency is fast-moving (e.g. trl), pin to the exact version
_deps = [
"accelerate>=1.2.1",
"bitsandbytes>=0.43.0",
Expand All @@ -56,7 +56,7 @@
"langdetect", # Needed for LightEval's extended tasks
"latex2sympy2_extended>=1.0.6",
"liger_kernel==0.5.2",
"lighteval @ git+https://github.com/huggingface/lighteval.git@376737883fa75967e1a66f7aac2b567046447172",
"lighteval @ git+https://github.com/huggingface/lighteval.git@ebb7377b39a48ab0691e6fbd9dea57e9fe290a7e",
"math-verify==0.5.2", # Used for math verification in grpo
"packaging>=23.0",
"parameterized>=0.9.0",
Expand Down

0 comments on commit b41cb32

Please sign in to comment.