Ver código fonte

Update inference.md

sekyonda 1 ano atrás
pai
commit
07991603ff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/inference.md

+ 1 - 1
docs/inference.md

@@ -31,7 +31,7 @@ inference/samsum_prompt.txt
 The inference folder also includes a chat completion example, that adds built-in safety features in fine-tuned models to the prompt tokens. To run the example:
 
 ```bash
-python chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file chats.json  --quantization --use_auditnlg
+python inference/chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file chats.json  --quantization --use_auditnlg
 
 ```