diff --git a/examples/language/gpt/titans/README.md b/examples/language/gpt/titans/README.md index fe1854c9ffdf..e954f35fae0d 100644 --- a/examples/language/gpt/titans/README.md +++ b/examples/language/gpt/titans/README.md @@ -26,7 +26,7 @@ Use the following commands to execute training. # run on a single node colossalai run --nproc_per_node= train_gpt.py --config configs/ --from_torch --use_dummy_dataset -# run on multiple nodes with slurm +# run on multiple nodes colossalai run --nproc_per_node= \ --master_addr \ --master_port \