Hamid Shojanazeri hace 1 año
padre
commit
9d5fd77d70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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