From b0a8766381910921af60db5fcc03e57e349e1442 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Thu, 2 Mar 2023 11:22:08 +0800 Subject: [PATCH] [doc] fix chatgpt inference typo (#2964) --- applications/ChatGPT/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ChatGPT/examples/README.md b/applications/ChatGPT/examples/README.md index e5522f087..0a5e504a0 100644 --- a/applications/ChatGPT/examples/README.md +++ b/applications/ChatGPT/examples/README.md @@ -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 --model +python inference.py --pretrain --model ``` ## Support Model