Views
No views yet
--no-mmap and -rtr with a performance hit that will depend on what MoE experts get activated for your prompt.1./build/bin/llama-server \
2 --alias anikifoss/Kimi-K2-Instruct-DQ4_K \
3 --model /mnt/data/Models/anikifoss/Kimi-K2-Instruct-DQ4_K/Kimi-K2-Instruct-DQ4_K-00001-of-00014.gguf \
4 --no-mmap -rtr \
5 --temp 0.5 --top-k 0 --top-p 1.0 --min-p 0.1 --repeat-penalty 1.0 \
6 --ctx-size 131072 \
7 -ctk f16 \
8 -mla 3 -fa \
9 -amb 512 \
10 -b 2048 -ub 2048 \
11 -fmoe \
12 --n-gpu-layers 99 \
13 --override-tensor exps=CPU \
14 --parallel 1 \
15 --threads 32 \
16 --threads-batch 64 \
17 --host 127.0.0.1 \
18 --port 80901./build/bin/llama-server \
2 --alias anikifoss/Kimi-K2-Instruct-DQ4_K \
3 --model /mnt/data/Models/anikifoss/Kimi-K2-Instruct-DQ4_K/Kimi-K2-Instruct-DQ4_K-00001-of-00014.gguf \
4 --no-mmap \
5 --temp 0.5 --top-k 0 --top-p 1.0 --min-p 0.1 --repeat-penalty 1.0 \
6 --ctx-size 131072 \
7 -ctk f16 \
8 -fa \
9 -b 2048 -ub 2048 \
10 --n-gpu-layers 99 \
11 --override-tensor exps=CPU \
12 --parallel 1 \
13 --threads 32 \
14 --threads-batch 64 \
15 --host 127.0.0.1 \
16 --port 8090F32 tensors untouchedQ8_0Q6_KQ4_K