We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3664365 commit 10d9017Copy full SHA for 10d9017
KK2-0905.sh
@@ -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