majentik commited on
Commit
56e9720
·
verified ·
1 Parent(s): 68a741c

chore(card): add hardware compatibility section

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -2,19 +2,16 @@
2
  license: apache-2.0
3
  base_model: mistralai/Voxtral-Mini-4B-Realtime-2602
4
  tags:
5
- - rotorquant
6
- - kv-cache-quantization
7
- - voxtral
8
- - mistral
9
- - audio
10
- - realtime
11
- - asr
12
- - quantized
13
  library_name: transformers
14
  pipeline_tag: automatic-speech-recognition
15
- language:
16
- - en
17
- inference: false
18
  ---
19
 
20
  # Voxtral-Mini-4B-Realtime-2602-RotorQuant
@@ -23,6 +20,12 @@ inference: false
23
 
24
  This is a **documentation repository** that explains how to combine Voxtral-Mini-4B-Realtime-2602's weights with RotorQuant inference-time KV cache compression. No weights are stored here — use the base model directly and apply RotorQuant via the Python package or llama.cpp fork.
25
 
 
 
 
 
 
 
26
  ## What is this?
27
 
28
  KV cache compression reduces the memory used by the attention cache during inference. Unlike weight quantization (which is baked into the GGUF/MLX file), KV cache compression is applied at runtime — so the same base weights can be used with or without compression.
 
2
  license: apache-2.0
3
  base_model: mistralai/Voxtral-Mini-4B-Realtime-2602
4
  tags:
5
+ - rotorquant
6
+ - kv-cache-quantization
7
+ - voxtral
8
+ - mistral
9
+ - audio
10
+ - realtime
11
+ - asr
12
+ - quantized
13
  library_name: transformers
14
  pipeline_tag: automatic-speech-recognition
 
 
 
15
  ---
16
 
17
  # Voxtral-Mini-4B-Realtime-2602-RotorQuant
 
20
 
21
  This is a **documentation repository** that explains how to combine Voxtral-Mini-4B-Realtime-2602's weights with RotorQuant inference-time KV cache compression. No weights are stored here — use the base model directly and apply RotorQuant via the Python package or llama.cpp fork.
22
 
23
+ ## Hardware compatibility
24
+
25
+ | Device | VRAM / RAM | Recommendation |
26
+ | --- | --- | --- |
27
+ | Any host that runs the base model | baseline + runtime savings | RotorQuant/TurboQuant is a KV-cache runtime modifier; pair with any weight variant |
28
+
29
  ## What is this?
30
 
31
  KV cache compression reduces the memory used by the attention cache during inference. Unlike weight quantization (which is baked into the GGUF/MLX file), KV cache compression is applied at runtime — so the same base weights can be used with or without compression.