fix model download url

This commit is contained in:
Max Howell 2023-07-24 16:54:33 -04:00
parent 7c803208a2
commit 1554f7e49d
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -19,7 +19,7 @@ EoMD
tea wget \ tea wget \
--continue \ --continue \
--output-document OpenLLaMA-3Bv2.ggml.f16.bin \ --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 \ tea wget \
--continue \ --continue \