mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix model download url
This commit is contained in:
parent
7c803208a2
commit
1554f7e49d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ EoMD
|
|||
tea wget \
|
||||
--continue \
|
||||
--output-document OpenLLaMA-3Bv2.ggml.f16.bin \
|
||||
'https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml'
|
||||
'https://huggingface.co/SlyEcho/open_llama_3b_v2_ggml/resolve/main/open-llama-3b-v2-f16.bin'
|
||||
|
||||
tea wget \
|
||||
--continue \
|
||||
|
|
Loading…
Reference in a new issue