9 lines
483 B
Batchfile
9 lines
483 B
Batchfile
@echo off
|
|
echo =========================================================
|
|
echo Gemma4 26B-A4B API Server (Tuned for Max Speed)
|
|
echo [INFO] Tuning VRAM limit correctly to avoid WDDM swap (-ngl 22)
|
|
echo =========================================================
|
|
echo.
|
|
llama_bin_run\llama-server.exe --model models\gemma-4-26B-A4B-it-Q4_K_M.gguf -ngl 22 -c 4096 -np 1 -fa on --cache-type-k q4_0 --cache-type-v q4_0 -ub 512 -b 2048 -t 8 --mlock --prio 2 --port 8000 --host 0.0.0.0
|
|
pause
|