Skip to content

Commit 10d9017

Browse files
committed
shell loader script for KK2-0905
1 parent 3664365 commit 10d9017

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

KK2-0905.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Shell to run KK2-0905-UD-Q3_K_XL without having to type the monster CLI
2+
# assumes we have CD'd to ~/Development/llama.cpp
3+
4+
#!/bin/bash
5+
MODEL_PATH="/Users/edsilmacstudio/Development/llama.cpp/models/Kimi-K2-Instruct-0905-UD-Q3_K_XL/models--unsloth--Kimi-K2-Instruct-0905-GGUF/snapshots/ca516d05c7621c0615db3fc7efa63c9617547363/UD-Q3_K_XL/Kimi-K2-Instruct-0905-UD-Q3_K_XL-00001-of-00010.gguf"
6+
7+
./build/bin/llama-server \
8+
-m "$MODEL_PATH" \
9+
-c 225176 \
10+
-ngl 99 \
11+
--parallel 4 \
12+
--no-warmup \
13+
--host 0.0.0.0 \
14+
--port 3000 \
15+
--log-file "KK2_0905_log_3"

0 commit comments

Comments
 (0)