mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 22:10:37 +00:00
[bug] fix get_default_parser in examples (#4764)
This commit is contained in:
@@ -7,9 +7,9 @@ do
|
||||
for GPUNUM in 1 4
|
||||
do
|
||||
|
||||
torchrun \
|
||||
--standalone \
|
||||
colossalai run \
|
||||
--nproc_per_node ${GPUNUM} \
|
||||
--master_port 29505 \
|
||||
opt_benchmark.py \
|
||||
--model_name_or_path "facebook/opt-125m" \
|
||||
--plugin ${PLUGIN} \
|
||||
|
Reference in New Issue
Block a user