Update build.cmd
Browse files
build.cmd
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
:; cp llamafile prosty-jezyk.llamafile
|
8 |
:; echo Budowanie... && ./zipalign -j0 prosty-jezyk.llamafile "Prosty J臋zyk - Bielik-4.5B-v3.0-Instruct.gguf" .args && echo Gotowe! Uruchom ./prosty-jezyk.llamafile --server --v2 i otw贸rz http://localhost:8080 w przegl膮darce internetowej. Nast臋pnie wklej tre艣膰 dokumentu do przekszta艂cenia i kliknij Send.; exit $?
|
9 |
:; # Windows:
|
|
|
10 |
@if not exist "Prosty J臋zyk - Bielik-4.5B-v3.0-Instruct.gguf" echo Pobieranie Bielik-4.5B-v3.0-Instruct.gguf... && curl -Lo "Prosty J臋zyk - 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!
|
11 |
@if not exist zipalign.exe echo Pobieranie zipalign.exe... && curl -Lo zipalign.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/zipalign-0.9.3 && echo Gotowe!
|
12 |
@if not exist llamafile.exe echo Pobieranie llamafile.exe... && curl -Lo llamafile.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafile-0.9.3 && echo Gotowe!
|
|
|
7 |
:; cp llamafile prosty-jezyk.llamafile
|
8 |
:; echo Budowanie... && ./zipalign -j0 prosty-jezyk.llamafile "Prosty J臋zyk - Bielik-4.5B-v3.0-Instruct.gguf" .args && echo Gotowe! Uruchom ./prosty-jezyk.llamafile --server --v2 i otw贸rz http://localhost:8080 w przegl膮darce internetowej. Nast臋pnie wklej tre艣膰 dokumentu do przekszta艂cenia i kliknij Send.; exit $?
|
9 |
:; # Windows:
|
10 |
+
@chcp 65001 >nul
|
11 |
@if not exist "Prosty J臋zyk - Bielik-4.5B-v3.0-Instruct.gguf" echo Pobieranie Bielik-4.5B-v3.0-Instruct.gguf... && curl -Lo "Prosty J臋zyk - 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!
|
12 |
@if not exist zipalign.exe echo Pobieranie zipalign.exe... && curl -Lo zipalign.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/zipalign-0.9.3 && echo Gotowe!
|
13 |
@if not exist llamafile.exe echo Pobieranie llamafile.exe... && curl -Lo llamafile.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafile-0.9.3 && echo Gotowe!
|