Commit 8216df28 authored by silencealiang's avatar silencealiang
Browse files

修改执行路径

parent f7aaf737
Pipeline #2508 passed with stage
......@@ -142,7 +142,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
fi
APP="python3 -u pretrain_gpt.py \
APP="python3 -u ${MEGATRON_PATH}/pretrain_gpt.py \
${DISTRIBUTED_ARGS[@]} \
${MODEL_ARGS[@]} \
${MOE_ARGS[@]} \
......
......@@ -143,7 +143,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
fi
APP="python3 -u pretrain_gpt.py \
APP="python3 -u ${MEGATRON_PATH}/pretrain_gpt.py \
${DISTRIBUTED_ARGS[@]} \
${MODEL_ARGS[@]} \
${MOE_ARGS[@]} \
......
......@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
fi
APP="python3 -u pretrain_gpt.py \
APP="python3 -u ${MEGATRON_PATH}/pretrain_gpt.py \
${DISTRIBUTED_ARGS[@]} \
${MODEL_ARGS[@]} \
${MOE_ARGS[@]} \
......
......@@ -145,7 +145,7 @@ if [ -n "${WANDB_API_KEY}" ]; then
)
fi
APP="python3 -u pretrain_gpt.py \
APP="python3 -u ${MEGATRON_PATH}/pretrain_gpt.py \
${DISTRIBUTED_ARGS[@]} \
${MODEL_ARGS[@]} \
${MOE_ARGS[@]} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment