mirror of
https://github.com/wassname/alpaca_convert.git
synced 2026-06-27 17:47:04 +08:00
git clone script working
This commit is contained in:
+4
-4
@@ -33,10 +33,10 @@ pip install git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit
|
||||
|
||||
```sh
|
||||
# # base models.... FIXME
|
||||
python scripts/download-model.py decapoda-research/llama-7b-hf
|
||||
python scripts/download-model.py decapoda-research/llama-13b-hf
|
||||
python scripts/download-model.py decapoda-research/llama-30b-hf
|
||||
python scripts/download-model.py decapoda-research/llama-65b-hf
|
||||
python scripts/clone-model.py decapoda-research/llama-7b-hf
|
||||
python scripts/clone-model.py decapoda-research/llama-13b-hf
|
||||
python scripts/clone-model.py decapoda-research/llama-30b-hf
|
||||
python scripts/clone-model.py decapoda-research/llama-65b-hf
|
||||
# oh! you need to replace LLaMATokenizer with LlamaTokenizer in all model json files
|
||||
|
||||
# download loras
|
||||
|
||||
Reference in New Issue
Block a user