mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Update LLaMA-v2-model.md (thanks Panchovix)
This commit is contained in:
parent
e0631e309f
commit
a2918176ea
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue