Browse Source

fix typos

Hamid Shojanazeri 1 year ago
parent
commit
9d5fd77d70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/inference.md

+ 1 - 1
docs/inference.md

@@ -86,7 +86,7 @@ To run the 70B Instruct model example run the following, it asks for system and
 python code_instruct_example.py --model_name codellama/CodeLlama-70b-Instruct-hf
 
 ```
-You can learn more about the chat prompt template [on HF](https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf#chat-prompt) and [original CodeLlama repository](https://github.com/facebookresearch/codellama/blob/main/README.md#fine-tuned-instruction-models). HF tokenizer has already taken care of the chat template as shown in this example. 
+You can learn more about the chat prompt template [on HF](https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf#chat-prompt) and [original Code Llama repository](https://github.com/facebookresearch/codellama/blob/main/README.md#fine-tuned-instruction-models). HF tokenizer has already taken care of the chat template as shown in this example. 
 
 ### Llama Guard