Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
8aa1fb2c
Commit
8aa1fb2c
authored
May 23, 2023
by
jiangmingyan
Browse files
[doc]fix
parent
c425a69d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/en/features/mixed_precision_training_with_booster.md
...urce/en/features/mixed_precision_training_with_booster.md
+1
-1
docs/source/zh-Hans/features/mixed_precision_training_with_booster.md
...zh-Hans/features/mixed_precision_training_with_booster.md
+1
-1
No files found.
docs/source/en/features/mixed_precision_training_with_booster.md
View file @
8aa1fb2c
...
...
@@ -246,6 +246,6 @@ for epoch in range(NUM_EPOCHS):
Use the following command to start the training scripts. You can change
`--nproc_per_node`
to use a different number of GPUs.
```
shell
colossalai run
--nproc_per_node
1 train.py
--config
config/config.py
colossalai run
--nproc_per_node
1 train.py
```
<!-- doc-test-command: torchrun --standalone --nproc_per_node=1 mixed_precision_training_with_booster.py -->
docs/source/zh-Hans/features/mixed_precision_training_with_booster.md
View file @
8aa1fb2c
...
...
@@ -230,6 +230,6 @@ for epoch in range(NUM_EPOCHS):
使用下列命令启动训练脚本,你可以改变
`--nproc_per_node`
以使用不同数量的 GPU。
```
shell
colossalai run
--nproc_per_node
1 train.py
--config
config/config.py
colossalai run
--nproc_per_node
1 train.py
```
<!-- doc-test-command: torchrun --standalone --nproc_per_node=1 mixed_precision_training_with_booster.py -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment