Update LLaMA-v2-model.md (thanks Panchovix)

This commit is contained in:
oobabooga 2023-07-18 13:21:18 -07:00
parent e0631e309f
commit a2918176ea

View file

@ -8,10 +8,10 @@ To convert LLaMA-v2 from the `.pth` format provided by Meta to transformers form
cd llama cd llama
``` ```
2) Clone the code in [this PR](https://github.com/huggingface/transformers/pull/24891): 2) Clone the transformers library:
``` ```
git clone 'https://github.com/ArthurZucker/transformers' -b llama-tests git clone 'https://github.com/huggingface/transformers'
``` ```