Views
No views yet
v_dot4_f32_fp8_fp8 (decode) - not a dequant-to-f16 fallback.F8E4M3), block-scaled, produced by AMD Quark from BF16.DeepSeek-R1-Distill-Qwen-14B-Quark-F8E4M3.gguf (16 GB).<think>...</think> before the final answer; llama.cpp / OpenAI-compatible servers
surface that as reasoning_content. To disable thinking for a turn, append
/no_think to the prompt (or set the chat template's thinking flag off). Expect
longer generations by default because of the reasoning trace.| Metric | Value |
|---|---|
| Perplexity (wikitext, 20 chunks, n_ctx=512) | 8.97 |
Prefill pp512 | 2499 t/s |
Decode tg128 | 33.4 t/s |
1# reasoning chat (keeps <think>)
2llama-cli -m DeepSeek-R1-Distill-Qwen-14B-Quark-F8E4M3.gguf -ngl 99 \
3 -p "Solve step by step: a train travels 60 km in 40 minutes. What is its speed in km/h?"
4# fast, no reasoning trace
5llama-cli -m DeepSeek-R1-Distill-Qwen-14B-Quark-F8E4M3.gguf -ngl 99 -p "What do you call a dried grape? Answer in one word. /no_think"
6# bench
7llama-bench -m DeepSeek-R1-Distill-Qwen-14B-Quark-F8E4M3.gguf -ngl 99 -p 512 -n 1281podman run -d --rm --runtime crun --name lemonade \
2 --device /dev/kfd --device /dev/dri \
3 --group-add keep-groups --security-opt seccomp=unconfined \
4 -v /path/to/quacken-r1-14b:/models:ro \
5 -e MODEL=/models/DeepSeek-R1-Distill-Qwen-14B-Quark-F8E4M3.gguf -e MODEL_NAME=Quacken-R1-14B-FP8 \
6 -e HIP_VISIBLE_DEVICES=0 -p 13305:13305 \
7 ghcr.io/the-monk/the-rock8:rdna4-tr713 serve--runtime crun is required for GPU):
ghcr.io/the-monk/the-rock8:rdna4-tr713 - docker.io/gorilla4x/the-rock8:rdna4-tr713 - quay.io/the-monk/the-rock8:rdna4-tr713
(images may not be pushed to every registry yet).