You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: The LM I2_S GGUF is architecture-specific.
118
+
# x86: use vibeasr-lm-i2_s-embed-q6_k.gguf
119
+
# ARM: use vibeasr-lm-i2_s-embed-q6_k_arm.gguf
117
120
```
118
121
119
122
---
120
123
121
124
## Usage
122
125
126
+
### Pre-quantized Models
127
+
128
+
> **⚠️ Architecture Note:** The LM (I2\_S) GGUF uses platform-specific bit-packing layouts — ARM (NEON) and x86 (AVX) versions are **not interchangeable**. The VAE (I8\_S) GGUF is architecture-independent.
129
+
>
130
+
> When downloading from [HuggingFace](https://huggingface.co/microsoft/VibeVoice-ASR-BitNet):
131
+
> -**x86 (Intel/AMD):** use `vibeasr-lm-i2_s-embed-q6_k.gguf`
132
+
> -**ARM (Apple Silicon / aarch64):** use `vibeasr-lm-i2_s-embed-q6_k_arm.gguf`
133
+
>
134
+
> If you build from source with `llama-quantize`, the output GGUF will automatically match your host architecture.
0 commit comments