mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-26 23:38:04 +00:00
[doc] fix chatgpt inference typo (#2964)
This commit is contained in:
parent
0d07514988
commit
b0a8766381
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user