mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 18:40:28 +00:00
[bug] fix get_default_parser in examples (#4764)
This commit is contained in:
@@ -30,9 +30,9 @@ WEIGHT_DECAY=0.01
|
||||
WARMUP_RATIO=0.1
|
||||
|
||||
# run the script for demo
|
||||
torchrun \
|
||||
--standalone \
|
||||
colossalai run \
|
||||
--nproc_per_node ${GPUNUM} \
|
||||
--master_port 29505 \
|
||||
opt_train_demo.py \
|
||||
--model_name_or_path ${MODEL} \
|
||||
--output_path ${OUTPUT_PATH} \
|
||||
|
Reference in New Issue
Block a user