File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 --log_completions
4747
4848# For HuggingFaceTB/SmolVLM2-2.2B-Instruct
49- pip install num2words
49+ pip install num2words==0.5.14
5050
5151accelerate launch \
5252 --config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Original file line number Diff line number Diff line change 2727pip install math_verify
2828
2929# For Qwen/Qwen3-0.6B
30- pip install num2words
30+ pip install num2words==0.5.14
3131
3232accelerate launch \
3333 --config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Original file line number Diff line number Diff line change 4747 --gradient_accumulation_steps 2
4848
4949# For HuggingFaceTB/SmolVLM2-2.2B-Instruct
50- pip install num2words
50+ pip install num2words==0.5.14
5151
5252accelerate launch \
5353 --config_file examples/accelerate_configs/deepspeed_zero3.yaml \
Original file line number Diff line number Diff line change 2525# ///
2626
2727"""
28- pip install math_verify num2words peft trackio vllm
28+ pip install math_verify num2words==0.5.14 peft trackio vllm
2929export TRACKIO_PROJECT="RLOO-NuminaMath-TIR"
3030accelerate launch --config_file examples/accelerate_configs/deepspeed_zero3.yaml examples/scripts/rloo.py
3131"""
Original file line number Diff line number Diff line change 7373vlm =
7474 Pillow
7575 torchvision
76- num2words
76+ num2words ==0.5.14
7777dev =
7878 %(bco)s
7979 %(deepspeed)s
You can’t perform that action at this time.
0 commit comments