chore: initial project setup with agent guide
This commit is contained in:
8
start_gemma4_26b_api.bat
Normal file
8
start_gemma4_26b_api.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user