majentik commited on
Commit
f8180c6
·
verified ·
1 Parent(s): 945cf0e

Card accuracy sweep: honest brand labeling, remove dead links, upstream KV tip

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -13,6 +13,14 @@ tags:
13
  - turboquant
14
  ---
15
 
 
 
 
 
 
 
 
 
16
  # gemma-4-12B — TurboQuant GGUF Q4_K_M
17
 
18
  [`google/gemma-4-12B`](https://huggingface.co/google/gemma-4-12B) @ `023679ed352de9bb66cc873c9009ce3482585c08` quantized pack, published as `majentik/gemma-4-12B-TurboQuant-GGUF-Q4_K_M`.
@@ -32,4 +40,3 @@ Released under the **TurboQuant** line. RotorQuant and TurboQuant are this proje
32
  ## License
33
 
34
  Governed by the [Gemma Terms of Use](https://ai.google.dev/gemma/terms). See the upstream repo for the full license text.
35
-
 
13
  - turboquant
14
  ---
15
 
16
+ > [!TIP]
17
+ > **KV-cache quantization (upstream, no fork needed):** llama.cpp/Ollama cover
18
+ > this natively — `-ctk q8_0 -ctv q8_0` (~half KV memory, negligible quality
19
+ > loss) or `-ctk q4_0 -ctv q4_0` (~quarter memory, small quality cost). In
20
+ > Ollama: `OLLAMA_KV_CACHE_TYPE=q8_0` with `OLLAMA_FLASH_ATTENTION=1`.
21
+
22
+
23
+
24
  # gemma-4-12B — TurboQuant GGUF Q4_K_M
25
 
26
  [`google/gemma-4-12B`](https://huggingface.co/google/gemma-4-12B) @ `023679ed352de9bb66cc873c9009ce3482585c08` quantized pack, published as `majentik/gemma-4-12B-TurboQuant-GGUF-Q4_K_M`.
 
40
  ## License
41
 
42
  Governed by the [Gemma Terms of Use](https://ai.google.dev/gemma/terms). See the upstream repo for the full license text.