Skip to content

Commit c010c6f

Browse files
authored
update the node-count for gemma3 nemorl recipe to reflect the public google cloud document (#2009)
* minor enhancement of placeholder names for tokens- added for google cloud public doc * changed node-count for gemma3 recipe to fix cloud doc
1 parent 3d754a9 commit c010c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai-ml/nemo-rl-on-gke/nemoRL/gemma3-27b-it/gemma3-27b-gsm8k.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export HF_HOME=/opt/nemo-rl/
4949
###-----Example to launch Gemma3-27B on 3 nodes (24 GPUs)----------
5050
uv run python examples/run_grpo_math.py \
5151
--config examples/configs/recipes/llm/grpo-gemma3-27b-it-8n4g-fsdp2tp4-actckpt-long.yaml \
52-
cluster.num_nodes=3 \
52+
cluster.num_nodes=2 \
5353
cluster.gpus_per_node=8 \
5454
grpo.max_num_steps=300 \
5555
checkpointing.checkpoint_dir=/data/nemo_rl_gemma3_27b_3_17 \

0 commit comments

Comments
 (0)