Skip to content
Open
Show file tree
Hide file tree
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 eval_math/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python_dateutil
flash_attn

# math_eval
sympy==1.12
sympy==1.14.0
antlr4-python3-runtime==4.11.1 # ! The version needs to be compatible with sympy.
word2number
Pebble
Expand Down
2 changes: 1 addition & 1 deletion trl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pillow==10.4.0
safetensors==0.4.5
scikit-learn==1.6.0
scipy==1.14.1
sympy==1.13.1
sympy==1.14.0
tiktoken==0.7.0
tokenizers==0.21.0
torch==2.5.1
Expand Down
Loading