jcbtc commited on
Commit
cf307d3
verified
1 Parent(s): 4f881d4

Identify missing QSA unified-cache fix; clarify smoke-test limits and split-KV guidance

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. v2.0-checksums.sha256 +1 -1
README.md CHANGED
@@ -245,7 +245,7 @@ ENABLE_MTP=0 PARALLEL_SLOTS=2 CONTEXT_SIZE=524288 \
245
 
246
  With separate KV caches, `524288` is the total context allocation: **262144 per slot**, not 512K per agent. Inspect `/slots` for the actual limits.
247
 
248
- The released CIRU/ROCm 10 runtime passed 16 target-only requests in our 2026-09-06 two-slot smoke: eight with separate KV and eight with unified KV, including overlapping short/long and streamed requests. This does not validate filled 512K contexts or every agent workload. The older upstream fragmented-KV fix is already included. A separate proposed HIP host-buffer patch is being held because it changed the MTP coding continuation during regression testing; this update does not claim that HIP issue is fixed.
249
 
250
  [Two-slot instructions and upstream issue links](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/blob/main/docs/RUNNING.md#parallel-requests-and-unified-kv-cache) 路 [Validation report](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/blob/main/docs/PARALLEL_VALIDATION.md)
251
 
 
245
 
246
  With separate KV caches, `524288` is the total context allocation: **262144 per slot**, not 512K per agent. Inspect `/slots` for the actual limits.
247
 
248
+ The released CIRU/ROCm 10 runtime passed 16 target-only requests in our 2026-09-06 two-slot smoke: eight with separate KV and eight with unified KV, including overlapping short/long and streamed requests. This does not validate filled 512K contexts or every agent workload. The community subsequently identified [#27994](https://github.com/ggml-org/llama.cpp/issues/27994), the Qwen3.8/QSA unified-cache sequence-isolation bug fixed upstream by [#27941](https://github.com/ggml-org/llama.cpp/pull/27941). **The relevant fix is missing from our v2.0 source. Keep `--no-kv-unified` explicit for multi-slot serving pending integration and validation.** The short marker tests do not validate conversation recall and cannot rule out that bug. The launcher guard addresses the separate one-slot MTP assertion. The HIP host-buffer candidate discussed in the validation report is a different issue and remains unshipped.
249
 
250
  [Two-slot instructions and upstream issue links](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/blob/main/docs/RUNNING.md#parallel-requests-and-unified-kv-cache) 路 [Validation report](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/blob/main/docs/PARALLEL_VALIDATION.md)
251
 
v2.0-checksums.sha256 CHANGED
@@ -1,5 +1,5 @@
1
  c16fda8809ad10f0d25d2243f4f83e76c29b80e0ee1622a4357a6f7235df97b4 .gitattributes
2
- f369a1ea3134d72f96dbd9290752fb860334aea20d961eaeb761732bff4be0aa README.md
3
  3a46a7fd054305b2c1a931682015d93094312fb3b76c8ef83a2adb350b0f584c assets/qwen38-flash-ciru-strix-iu4.jpg
4
  e260f72cba14e4c4e523794345f7de001444626240ab620d96dc44ee51beee90 assets/v2-bf16-fidelity.png
5
  88dd940fda0790ec6f474dc0a99019703114df253758ee14136c9686e93ea404 assets/v2-context-sweep.png
 
1
  c16fda8809ad10f0d25d2243f4f83e76c29b80e0ee1622a4357a6f7235df97b4 .gitattributes
2
+ e72a8ff81f3bbab92860577f675d5339489c647c1d623800f64fed15ebc23bd2 README.md
3
  3a46a7fd054305b2c1a931682015d93094312fb3b76c8ef83a2adb350b0f584c assets/qwen38-flash-ciru-strix-iu4.jpg
4
  e260f72cba14e4c4e523794345f7de001444626240ab620d96dc44ee51beee90 assets/v2-bf16-fidelity.png
5
  88dd940fda0790ec6f474dc0a99019703114df253758ee14136c9686e93ea404 assets/v2-context-sweep.png