[doc] fix chatgpt inference typo (#2964)

pull/2969/head
binmakeswell 2023-03-02 11:22:08 +08:00 committed by GitHub
parent 0d07514988
commit b0a8766381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ torchrun --standalone --nproc_per_node=2 train_prompts.py prompts.csv --strategy
We support naive inference demo after training.
```shell
# 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