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
7aacfad8
"...git@developer.sourcefind.cn:jerrrrry/infinicore.git" did not exist on "507be07e7cc3ea7a1ff777c0c73e24ab5d0620a3"
Unverified
Commit
7aacfad8
authored
Feb 15, 2023
by
CH.Li
Committed by
GitHub
Feb 15, 2023
Browse files
fix typo (#2721)
parent
9c0943ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
applications/ChatGPT/benchmarks/README.md
applications/ChatGPT/benchmarks/README.md
+2
-2
No files found.
applications/ChatGPT/benchmarks/README.md
View file @
7aacfad8
...
...
@@ -37,7 +37,7 @@ We only support `torchrun` to launch now. E.g.
```
shell
# run GPT2-S on single-node single-GPU with min batch size
torchrun
--standalone
--nproc_per
o
_node
1 benchmark_gpt_dummy.py
--model
s
--strategy
ddp
--experience_batch_size
1
--train_batch_size
1
torchrun
--standalone
--nproc_per_node
1 benchmark_gpt_dummy.py
--model
s
--strategy
ddp
--experience_batch_size
1
--train_batch_size
1
# run GPT2-XL on single-node 4-GPU
torchrun
--standalone
--nproc_per_node
4 benchmark_gpt_dummy.py
--model
xl
--strategy
colossalai_zero2
# run GPT3 on 8-node 8-GPU
...
...
@@ -84,7 +84,7 @@ We only support `torchrun` to launch now. E.g.
```
shell
# run OPT-125M with no lora (lora_rank=0) on single-node single-GPU with min batch size
torchrun
--standalone
--nproc_per
o
_node
1 benchmark_opt_lora_dummy.py
--model
125m
--strategy
ddp
--experience_batch_size
1
--train_batch_size
1
--lora_rank
0
torchrun
--standalone
--nproc_per_node
1 benchmark_opt_lora_dummy.py
--model
125m
--strategy
ddp
--experience_batch_size
1
--train_batch_size
1
--lora_rank
0
# run OPT-350M with lora_rank=4 on single-node 4-GPU
torchrun
--standalone
--nproc_per_node
4 benchmark_opt_lora_dummy.py
--model
350m
--strategy
colossalai_zero2
--lora_rank
4
```
...
...
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