Skip to content

Commit cc29209

Browse files
committed
update video
1 parent bb1a093 commit cc29209

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/scripts/train_mm_eureka_qwen_7b_multi_node.sh

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ sleep 30
2727
if [ "$NODE_RANK" -eq 0 ]; then
2828
RAY_ADDRESS="http://127.0.0.1:$RAY_DASHBOARD_PORT" ray job submit \
2929
--working-dir $WORKING_DIR \
30-
--runtime-env MM-EUREKA/runtime_env.json \
3130
-- python3 -m openrlhf.cli.train_ppo_ray \
3231
--remote_rm_url examples/scripts/reward_func_qwen_instruct.py \
3332
--actor_num_nodes 2 \

examples/scripts/train_mm_eureka_qwen_7b_single_node.sh

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ sleep 30
2727
if [ "$NODE_RANK" -eq 0 ]; then
2828
RAY_ADDRESS="http://127.0.0.1:$RAY_DASHBOARD_PORT" ray job submit \
2929
--working-dir $WORKING_DIR \
30-
--runtime-env MM-EUREKA/runtime_env.json \
3130
-- python3 -m openrlhf.cli.train_ppo_ray \
3231
--ref_num_nodes 1 \
3332
--ref_num_gpus_per_node 8 \

0 commit comments

Comments
 (0)