Evaluated with
SecEval (commit 7aef317) on 2189
multiple-choice security questions. Backend: llama.cpp OpenAI-compatible server, fully
offloaded to GPU. No chain-of-thought / reasoning enabled (
enable_thinking=false).
Prompt formatted with a system prompt requesting letter-only answers (no explanation).
1[OpenMythos-27B]
2model = /mnt/storage/models/OpenMythos/OpenMythos-27B-Q5_K.gguf
3chat-template-file = /mnt/storage/llama-server/chat_template-v15.jinja
4ctx-size = 65536
5cache-type-k = q8_0
6cache-type-v = q8_0
7cache-prompt = on
8cache-reuse = 2048
9batch-size = 4096
10ubatch-size = 4096
11kv-unified = on
12parallel = 1
13gpu-layers = all
14temp = 0.2
15top-p = 0.8
16top-k = 20
17min-p = 0.05
18presence-penalty = 0.2
19repeat-penalty = 1.02
20spec-type = ngram-mod
21spec-draft-n-max = 5
22reasoning-format = deepseek
23swa-checkpoints = 5
1/mnt/storage/llama.cpp/build/bin/llama-cli \
2 -m /mnt/storage/models/OpenMythos/OpenMythos-27B-Q5_K.gguf \
3 --chat-template-file /mnt/storage/llama-server/chat_template-v15.jinja \
4 -c 65536 -b 4096 --ubatch-size 4096 \
5 --cache-type-k q8_0 --cache-type-v q8_0 \
6 --kv-unified -t 8 -fa \
7 --temp 0.2 --top-p 0.8 --top-k 20 --min-p 0.05 \
8 --presence-penalty 0.2 --repeat-penalty 1.02 \
9 -ngl all \
10 -p "Your prompt here"