diff --git a/other_files/subsystem_docker_stuff/localai/supporting_files/localai_entrypoint.sh b/other_files/subsystem_docker_stuff/localai/supporting_files/localai_entrypoint.sh index 5b22038..22a7c71 100644 --- a/other_files/subsystem_docker_stuff/localai/supporting_files/localai_entrypoint.sh +++ b/other_files/subsystem_docker_stuff/localai/supporting_files/localai_entrypoint.sh @@ -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