We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae77c8 commit 55424a1Copy full SHA for 55424a1
examples/language/gpt/titans/README.md
@@ -26,7 +26,7 @@ Use the following commands to execute training.
26
# run on a single node
27
colossalai run --nproc_per_node=<num_gpus> train_gpt.py --config configs/<config_file> --from_torch --use_dummy_dataset
28
29
-# run on multiple nodes with slurm
+# run on multiple nodes
30
colossalai run --nproc_per_node=<num_gpus> \
31
--master_addr <hostname> \
32
--master_port <port-number> \
0 commit comments