prosty-jezyk / build.bat
jglowa's picture
Initial commit
183d0e7 verified
raw
history blame contribute delete
767 Bytes
@echo off
set "GGUF=Prosty Język - Bielik-4.5B-v3.0-Instruct.gguf"
set "EXE=prosty-jezyk.exe"
if not exist "%GGUF%" curl -Lo "%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
if not exist zipalign.exe curl -Lo zipalign.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/zipalign-0.9.3
if not exist llamafiler.exe curl -Lo llamafiler.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.9.3/llamafiler-0.9.3
copy /b /y llamafiler.exe "%EXE%"
zipalign.exe -j0 "%EXE%" "%GGUF%" .args
echo Gotowe! Uruchom %EXE% i otwórz http://localhost:8080 w przeglądarce internetowej. Następnie wklej treść dokumentu do przekształcenia i kliknij Send.