File size: 794 Bytes
f320791 ffcf0b6 f320791 8688024 f320791 85bd718 ede5c98 f320791 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: gemma
base_model:
- google/gemma-3-27b-it
tags:
- gemma
- google
- instruct
- llm
- gguf
- GGUF
---
# Quant Infos
- Requires llama.cpp [b4875](https://github.com/ggml-org/llama.cpp/releases/tag/b4875)
- LLM ONLY (No vision support)
- quants done with an importance matrix for improved quantization loss
- Quantized ggufs & imatrix from hf bf16, through bf16. `safetensors bf16 -> gguf bf16 -> quant` for *optimal* quant loss.
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S (WIP)
- Imatrix generated with [this](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) multi-purpose dataset by [bartowski](https://huggingface.co/bartowski).
```
./imatrix -m $model_name-bf16.gguf -f calibration_datav3.txt -o $model_name.imatrix
``` |