FoolDev Claude Opus 4.7 commited on
Commit
7063e20
·
1 Parent(s): a51a43a

docs: second Q4_K_M Vulkan bench data point (9.19 tok/s, post-heal)

Browse files

Bench reconfirmation against the qwen36-stamped HF-bridge tag after
`make heal-hf` rebadged its model blob to qwen35 in store. Same
Strix Halo hardware and config as the existing 9.31 tok/s entry
(ROG Flow Z13 GZ302EA / Ryzen AI Max+ 395 + Radeon 8060S iGPU,
gfx1151, OLLAMA_FLASH_ATTENTION=1, OLLAMA_KV_CACHE_TYPE=q8_0,
OLLAMA_VULKAN=1, num_ctx 16384, 3-prompt mix):

Q4_K_M -> 9.19 tok/s aggregate
(6210 tokens / 675.6 s; 9.40 / 9.29 / 9.16 short/medium/long)

The point isn't the number — it's that the heal-hf path produces a
performance-equivalent model to load-bundle. 1.3% below run 1, well
inside the ±20% noise band the README hardware section already
warns about. The longer outputs this run (6210 vs 5356 tokens)
account for most of the wall-time difference; per-step throughput
held steady.

Modelfile hardware-notes block now lists two parallel Q4_K_M
Vulkan data points instead of one — establishes the band rather
than the point.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (2) hide show
  1. CHANGELOG.md +11 -0
  2. Modelfile +9 -1
CHANGELOG.md CHANGED
@@ -32,6 +32,17 @@ and documentation**, not the underlying base model.
32
  (`make build`). New `scripts/heal_hf_pull.sh` entry added to the
33
  "What's here" table.
34
 
 
 
 
 
 
 
 
 
 
 
 
35
  ### Changed
36
  - README "Architecture" section + Quick start option A:
37
  - Architecture body now notes that neither `ggml-org/llama.cpp`
 
32
  (`make build`). New `scripts/heal_hf_pull.sh` entry added to the
33
  "What's here" table.
34
 
35
+ ### Added
36
+ - Second Q4_K_M Vulkan bench data point on the Strix Halo reference
37
+ hardware (same machine + config as the existing 9.31 tok/s entry):
38
+ **9.19 tok/s aggregate** (6210 tokens / 675.6 s; 9.40 / 9.29 / 9.16
39
+ short/medium/long). Measured 2026-05-19 against the qwen36-stamped
40
+ HF-bridge tag after `make heal-hf` rebadged it to qwen35 in
41
+ store — confirms the in-place heal produces a model with the same
42
+ performance profile as `make load-bundle`. Aggregate is 1.3% below
43
+ the existing run-1 (9.31), well inside the ±20% noise band the
44
+ README warns about. Modelfile hardware notes updated.
45
+
46
  ### Changed
47
  - README "Architecture" section + Quick start option A:
48
  - Architecture body now notes that neither `ggml-org/llama.cpp`
Modelfile CHANGED
@@ -145,8 +145,16 @@ Behavior rules:
145
  # Vulkan (OLLAMA_VULKAN=1):
146
  # Q3_K_S → 12.31 tok/s aggregate
147
  # (6182 tokens / 501.9 s; 12.67 / 12.55 / 12.25 short/medium/long)
148
- # Q4_K_M → 9.31 tok/s aggregate
149
  # (5356 tokens / 574.9 s; 9.48 / 9.43 / 9.28 short/medium/long)
 
 
 
 
 
 
 
 
150
  # ROCm (older snapshot, kept for backend comparison):
151
  # Q3_K_S → 10.14 tok/s aggregate
152
  # (8080 tokens / 796.5 s; 10.37 / 10.31 / 10.11 short/medium/long)
 
145
  # Vulkan (OLLAMA_VULKAN=1):
146
  # Q3_K_S → 12.31 tok/s aggregate
147
  # (6182 tokens / 501.9 s; 12.67 / 12.55 / 12.25 short/medium/long)
148
+ # Q4_K_M → 9.31 tok/s aggregate (run 1)
149
  # (5356 tokens / 574.9 s; 9.48 / 9.43 / 9.28 short/medium/long)
150
+ # Q4_K_M → 9.19 tok/s aggregate (run 2, 2026-05-19)
151
+ # (6210 tokens / 675.6 s; 9.40 / 9.29 / 9.16 short/medium/long)
152
+ # Second run measured against the qwen36-stamped HF-bridge tag
153
+ # after `make heal-hf` rebadged it to qwen35 in store — confirms
154
+ # the in-place heal produces a model with the same performance
155
+ # profile as `make load-bundle`. Aggregate is 1.3% below run 1
156
+ # (within the ±20% noise band the README hardware section
157
+ # warns about).
158
  # ROCm (older snapshot, kept for backend comparison):
159
  # Q3_K_S → 10.14 tok/s aggregate
160
  # (8080 tokens / 796.5 s; 10.37 / 10.31 / 10.11 short/medium/long)