jglowa commited on
Commit
03ddd67
·
verified ·
1 Parent(s): a2a6745

Update build.cmd

Browse files
Files changed (1) hide show
  1. build.cmd +1 -1
build.cmd CHANGED
@@ -3,7 +3,7 @@
3
  :; [ ! -f "Prosty RAG - Bielik-4.5B-v3.0-Instruct.gguf" ] && echo Pobieranie Bielik-4.5B-v3.0-Instruct.gguf... && curl -Lo "Prosty RAG - Bielik-4.5B-v3.0-Instruct.gguf" https://huggingface.co/gaianet/Bielik-4.5B-v3.0-Instruct-GGUF/resolve/main/Bielik-4.5B-v3.0-Instruct-Q6_K.gguf?download=true && echo Gotowe!
4
  :; [ ! -f zipalign ] && echo Pobieranie zipalign... && curl -Lo zipalign https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/zipalign-0.9.3 && echo Gotowe!
5
  :; [ ! -f llamafile ] && echo Pobieranie llamafile... && curl -Lo llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafile-0.9.3 && echo Gotowe!
6
- :; [ ! -f .args ] && echo Pobieranie .args... && curl -Lo llamafile https://huggingface.co/jglowa/prosty-rag/resolve/main/.args?download=true && echo Gotowe!
7
  :; [ ! -f www/chatbot.js ] && echo Pobieranie www/chatbot.js... && curl --create-dirs -Lo llamafile https://huggingface.co/jglowa/prosty-rag/resolve/main/www/chatbot.js?download=true && echo Gotowe!
8
  :; chmod +x zipalign llamafile
9
  :; cp llamafile prosty-rag.llamafile
 
3
  :; [ ! -f "Prosty RAG - Bielik-4.5B-v3.0-Instruct.gguf" ] && echo Pobieranie Bielik-4.5B-v3.0-Instruct.gguf... && curl -Lo "Prosty RAG - Bielik-4.5B-v3.0-Instruct.gguf" https://huggingface.co/gaianet/Bielik-4.5B-v3.0-Instruct-GGUF/resolve/main/Bielik-4.5B-v3.0-Instruct-Q6_K.gguf?download=true && echo Gotowe!
4
  :; [ ! -f zipalign ] && echo Pobieranie zipalign... && curl -Lo zipalign https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/zipalign-0.9.3 && echo Gotowe!
5
  :; [ ! -f llamafile ] && echo Pobieranie llamafile... && curl -Lo llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafile-0.9.3 && echo Gotowe!
6
+ :; [ ! -f .args ] && echo Pobieranie .args... && curl -Lo .args https://huggingface.co/jglowa/prosty-rag/resolve/main/.args?download=true && echo Gotowe!
7
  :; [ ! -f www/chatbot.js ] && echo Pobieranie www/chatbot.js... && curl --create-dirs -Lo llamafile https://huggingface.co/jglowa/prosty-rag/resolve/main/www/chatbot.js?download=true && echo Gotowe!
8
  :; chmod +x zipalign llamafile
9
  :; cp llamafile prosty-rag.llamafile