"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "c4709d34cfca86d6c66853273e13d14cfe60759f"
Unverified Commit b0a87663 authored by binmakeswell's avatar binmakeswell Committed by GitHub
Browse files

[doc] fix chatgpt inference typo (#2964)

parent 0d075149
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment