Skip to content
Merged
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 examples/scripts/grpo_vlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
--log_completions

# For HuggingFaceTB/SmolVLM2-2.2B-Instruct
pip install num2words
pip install num2words==0.5.14

accelerate launch \
--config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/gspo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pip install math_verify

# For Qwen/Qwen3-0.6B
pip install num2words
pip install num2words==0.5.14

accelerate launch \
--config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/online_dpo_vlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
--gradient_accumulation_steps 2

# For HuggingFaceTB/SmolVLM2-2.2B-Instruct
pip install num2words
pip install num2words==0.5.14

accelerate launch \
--config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/rloo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# ///

"""
pip install math_verify num2words peft trackio vllm
pip install math_verify num2words==0.5.14 peft trackio vllm
export TRACKIO_PROJECT="RLOO-NuminaMath-TIR"
accelerate launch --config_file examples/accelerate_configs/deepspeed_zero3.yaml examples/scripts/rloo.py
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ vllm =
vlm =
Pillow
torchvision
num2words
num2words==0.5.14
dev =
%(bco)s
%(deepspeed)s
Expand Down
Loading