Skip to content

Commit 0634c43

Browse files
committed
Update links
1 parent a29ae75 commit 0634c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/code_llama/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code llama was recently released with three flavors, base-model that support mul
44

55
Find the scripts to run Code Llama, where there are two examples of running code completion and infilling.
66

7-
**Note** Please find the right model on HF side [here](https://huggingface.co/codellama).
7+
**Note** Please find the right model on HF [here](https://huggingface.co/models?search=meta-llama%20codellama).
88

99
Make sure to install Transformers from source for now
1010

@@ -36,4 +36,4 @@ To run the 70B Instruct model example run the following (you'll need to enter th
3636
python code_instruct_example.py --model_name codellama/CodeLlama-70b-Instruct-hf --temperature 0.2 --top_p 0.9
3737

3838
```
39-
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.
39+
You can learn more about the chat prompt template [on HF](https://huggingface.co/meta-llama/CodeLlama-70b-Instruct-hf#chat-prompt) and [original Code Llama repository](https://github.com/meta-llama/codellama/blob/main/README.md#fine-tuned-instruction-models). HF tokenizer has already taken care of the chat template as shown in this example.

0 commit comments

Comments
 (0)