Skip to content

Commit

Permalink
Switch huggingface to Midori AI, will need to do a fallback for these…
Browse files Browse the repository at this point in the history
… models
  • Loading branch information
lunamidori5 committed Jun 21, 2024
1 parent 3a8d0c1 commit 738b0a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ if [ ! -f bert-MiniLM-L6-v2q4_0.bin ]; then
fi

if [ ! -f ggml-model-q4_k.gguf ]; then
wget --no-check-certificate --no-cache --no-cookies https://huggingface.co/PsiPi/liuhaotian_llava-v1.5-13b-GGUF/resolve/main/llava-v1.5-13b-Q6_K.gguf
wget --no-check-certificate --no-cache --no-cookies https://tea-cup.midori-ai.xyz/download/llava-v1.5-13b-Q6_K.gguf
mv llava-v1.5-13b-Q6_K.gguf ggml-model-q4_k.gguf
fi
if [ ! -f mmproj-model-f16.gguf ]; then
wget --no-check-certificate --no-cache --no-cookies https://huggingface.co/PsiPi/liuhaotian_llava-v1.5-13b-GGUF/resolve/main/mmproj-model-f16.gguf
wget --no-check-certificate --no-cache --no-cookies https://tea-cup.midori-ai.xyz/download/mmproj-model-f16.gguf

fi
if [ ! -f chat-simple.tmpl ]; then
Expand Down

0 comments on commit 738b0a2

Please sign in to comment.