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
b0a87663
Unverified
Commit
b0a87663
authored
Mar 02, 2023
by
binmakeswell
Committed by
GitHub
Mar 02, 2023
Browse files
[doc] fix chatgpt inference typo (#2964)
parent
0d075149
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applications/ChatGPT/examples/README.md
applications/ChatGPT/examples/README.md
+1
-1
No files found.
applications/ChatGPT/examples/README.md
View file @
b0a87663
...
@@ -70,7 +70,7 @@ torchrun --standalone --nproc_per_node=2 train_prompts.py prompts.csv --strategy
...
@@ -70,7 +70,7 @@ torchrun --standalone --nproc_per_node=2 train_prompts.py prompts.csv --strategy
We support naive inference demo after training.
We support naive inference demo after training.
```
shell
```
shell
# inference
# inference
python inference
_actor
.py
--pretrain
<your actor model path>
--model
<your model
type
>
python inference.py
--pretrain
<your actor model path>
--model
<your model
type
>
```
```
## Support Model
## Support Model
...
...
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