majentik commited on
Commit
c58a1c2
·
verified ·
1 Parent(s): 6fc8767

docs: upstream-first KV-cache guidance (q8_0/q4_0, mainline Hadamard rotation); fork demoted to experimental

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -15,6 +15,23 @@ inference: false
15
  > **Status (2026-07-07): no weights published yet.** This repository currently contains only the model card — it marks a planned variant that has not been released. Follow the repo to be notified when files land.
16
  <!-- status-note -->
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  # Nemotron-3-Nano-Omni-30B-A3B-Reasoning - mmproj-F16
19
 
20
  Multimodal projector split file for `Nemotron-3-Nano-Omni-30B-A3B-Reasoning`. Required by `llama-mtmd-cli`
 
15
  > **Status (2026-07-07): no weights published yet.** This repository currently contains only the model card — it marks a planned variant that has not been released. Follow the repo to be notified when files land.
16
  <!-- status-note -->
17
 
18
+ > [!TIP]
19
+ > **KV-cache quantization without any fork (recommended, 2026):** upstream
20
+ > llama.cpp/Ollama now cover this natively — use `-ctk q8_0 -ctv q8_0`
21
+ > (~half KV memory, negligible quality loss: perplexity +0.002–0.05) or
22
+ > `-ctk q4_0 -ctv q4_0` (~quarter memory, ≈7.6% perplexity increase). In
23
+ > Ollama: `OLLAMA_KV_CACHE_TYPE=q8_0` with `OLLAMA_FLASH_ATTENTION=1`. Keep
24
+ > K and V types symmetric to stay on the fast fused Flash-Attention path.
25
+ > Since April 2026, mainline llama.cpp also applies Hadamard rotation to
26
+ > KV activations ([PR #21038](https://github.com/ggml-org/llama.cpp/pull/21038)),
27
+ > which greatly improves low-bit KV quality (opt-out:
28
+ > `LLAMA_ATTN_ROT_DISABLE=1`).
29
+ >
30
+ > The RotorQuant/TurboQuant fork flow below is **experimental/legacy**: the
31
+ > TurboQuant llama.cpp PR was closed without merging (June 2026) and the fork
32
+ > is unmaintained relative to mainline. It is NOT required to use this model.
33
+ <!-- kv-upstream-note -->
34
+
35
  # Nemotron-3-Nano-Omni-30B-A3B-Reasoning - mmproj-F16
36
 
37
  Multimodal projector split file for `Nemotron-3-Nano-Omni-30B-A3B-Reasoning`. Required by `llama-mtmd-cli`