Views
No views yet
<start_of_turn>user
{prompt}<end_of_turn>
<start_of_turn>model
<end_of_turn>
<start_of_turn>model
| Filename | Quant type | File Size | ELIZA-Tasks-100 | Nvidia 3090 | Description |
|---|---|---|---|---|---|
| gemma-2-9b-it.f16.gguf | f16 | 18.5GB | 3.75 | 31.9t/s | Full F16 weights. |
| gemma-2-9b-it.Q8_0.gguf | Q8_0 | 9.83GB | 3.66 | 56.1t/s | Extremely high quality, recommended for edge devices with 16GB RAM. |
| gemma-2-9b-it-imatrix.Q4_0.gguf | Q4_0 | 5.44GB | 3.76 | 80.6t/s | Good quality, recommended for edge devices wth 8GB RAM. |
| gemma-2-9b-it-imatrix.Q4_0_8_8.gguf | Q4_0_8_8 | 5.44GB | 3.74 | 0.7t/s | Good quality, recommended for edge devices with 8GB RAM. |
| gemma-2-9b-it-imatrix.Q4_0_4_8.gguf | Q4_0_4_8 | 5.44GB | 3.64 | 0.7t/s | Good quality, recommended for edge devices with 8GB RAM. |
| gemma-2-9b-it-imatrix.Q4_0_4_4.gguf | Q4_0_4_4 | 5.44GB | 3.72 | 0.72t/s | Good quality, recommended for edge devices with 8GB RAM. |
| gemma-2-9b-it.Q4_0.gguf | Q4_0 | 5.44GB | 3.64 | 65.1t/s | Good quality, recommended for edge device with 8GB RAM |
| gemma-2-9b-it.Q4_0_8_8.gguf | Q4_0_8_8 | 5.44GB | 3.64 | 0.57t/s | Good quality but imatrix version seems better. |
| gemma-2-9b-it.Q4_0_4_8.gguf | Q4_0_4_8 | 5.44GB | 3.68 | 0.61t/s | Good quality but imatrix version seems better. |
| gemma-2-9b-it.Q4_0_4_4.gguf | Q4_0_4_4 | 5.44GB | 3.63 | 0.76t/s | Good quality but imatrix version seems better. |
sysctl hwcat /proc/cpuinfo| Brand | Series | Model | i8mm | sve | Quant Type |
|---|---|---|---|---|---|
| Apple | A | A4 to A14 | No | No | Q4_0_4_4 |
| Apple | A | A15 to A18 | Yes | No | Q4_0_4_8 |
| Apple | M | M1 | No | No | Q4_0_4_4 |
| Apple | M | M2/M3/M4 | Yes | No | Q4_0_4_8 |
| Tensor | G1,G2 | No | No | Q4_0_4_4 | |
| Tensor | G3,G4 | Yes | Yes | Q4_0_8_8 | |
| Samsung | Exynos | 2200,2400 | Yes | Yes | Q4_0_8_8 |
| Mediatek | Dimensity | 9000,9000+ | Yes | Yes | Q4_0_8_8 |
| Mediatek | Dimensity | 9300 | Yes | No | Q4_0_4_8 |
| Qualcomm | Snapdragon | 7+ Gen 2,8/8+ Gen 1 | Yes | Yes | Q4_0_8_8 |
| Qualcomm | Snapdragon | 8 Gen 2,8 Gen 3,X Elite | Yes | No | Q4_0_4_8 |
python3 convert_hf_to_gguf.py gemma-2-9b-it/ --outfile gemma-2-9b-it.f16.gguf --outtype f16./llama-quantize gemma-2-9b-it.f16.gguf gemma-2-9b-it.Q8_0.gguf q8_0./llama-imatrix -m gemma-2-9b-it.f16.gguf -f c4_en_ja_imatrix.txt -o gemma-2-9b-it.imatrix --chunks 32./llama-quantize --imatrix gemma-2-9b-it.imatrix gemma-2-9b-it.f16.gguf gemma-2-9b-it-imatrix.Q4_0_8_8.gguf q4_0_8_8pip install -U "huggingface_hub[cli]"huggingface-cli download ymcki/gemma-2-9b-it-GGUF --include "gemma-2-9b-it.Q8_0.gguf" --local-dir ./