joerowell commited on
Commit
fba7fde
·
verified ·
1 Parent(s): 9dbdac0

README: routed-only recipe + corrected Q4/Q8 sizes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,8 +25,8 @@ GGUF conversions of [Laguna S 2.1](https://huggingface.co/poolside/Laguna-S-2.1)
25
  | File | Size | Notes |
26
  |------|------|-------|
27
  | `laguna-s-2.1-F16.gguf` | 235 GB | full precision |
28
- | `laguna-s-2.1-Q8_0.gguf` | 128 GB | |
29
- | `laguna-s-2.1-Q4_K_M.gguf` | 75 GB | imatrix-quantized |
30
  | `laguna-s-2.1-DFlash-BF16.gguf` | 2.2 GB | DFlash drafter for speculative decoding |
31
  | `laguna-s-2.1.imatrix` | 0.4 GB | importance matrix used for the K-quants |
32
 
 
25
  | File | Size | Notes |
26
  |------|------|-------|
27
  | `laguna-s-2.1-F16.gguf` | 235 GB | full precision |
28
+ | `laguna-s-2.1-Q8_0.gguf` | 129 GB | routed experts Q8_0, signal path (attention, shared experts, embeddings) kept BF16 |
29
+ | `laguna-s-2.1-Q4_K_M.gguf` | 68 GB | routed experts Q4_K (imatrix), signal path kept Q8_0 |
30
  | `laguna-s-2.1-DFlash-BF16.gguf` | 2.2 GB | DFlash drafter for speculative decoding |
31
  | `laguna-s-2.1.imatrix` | 0.4 GB | importance matrix used for the K-quants |
32