mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update LLaMA-v2-model.md (thanks Panchovix)
This commit is contained in:
parent
e0631e309f
commit
a2918176ea
@ -8,10 +8,10 @@ To convert LLaMA-v2 from the `.pth` format provided by Meta to transformers form
|
||||
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'
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user