Views
No views yet
v_dot4_f32_fp8_fp8 for decode.
No-compromise quality-per-byte 8-bit.F8E4M3), block-scaled, produced by AMD Quark from BF16.Qwen3-8B-Quark-F8E4M3.gguf (9.2 GB).| Metric | Value |
|---|---|
| Perplexity (wikitext, 20 chunks, n_ctx=512) | 10.93 |
Prefill pp512 | 4688 t/s |
Decode tg128 | 58.0 t/s |
| Coherence check ("dried grape" -> "raisin") | Pass |
1# chat
2llama-cli -m Qwen3-8B-Quark-F8E4M3.gguf -ngl 99 -p "What do you call a dried grape? Answer in one word."
3# bench
4llama-bench -m Qwen3-8B-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-8b:/models:ro \
5 -e MODEL=/models/Qwen3-8B-Quark-F8E4M3.gguf -e MODEL_NAME=Quacken-8B-FP8 \
6 -e HIP_VISIBLE_DEVICES=0 -p 13305:13305 \
7 ghcr.io/the-monk/the-rock8:rdna4-tr713 serve
8
9curl -s http://localhost:13305/api/v1/chat/completions -H 'Content-Type: application/json' \
10 -d '{"model":"user.Quacken-8B-FP8","messages":[{"role":"user","content":"What do you call a dried grape? Answer in one word. /no_think"}],"max_tokens":16}'--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).