Update VRAM table
Browse files
README.md
CHANGED
@@ -40,11 +40,11 @@ Note that this model does not support a System prompt.
|
|
40 |
|
41 |
| Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
|
42 |
| ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
|
43 |
-
| [8_0](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/8_0) | 8.0 | 8.0 |
|
44 |
-
| [6_5](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/6_5) | 6.5 | 8.0 |
|
45 |
-
| [5_0](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/5_0) | 5.0 | 6.0 |
|
46 |
-
| [4_25](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/4_25) | 4.25 | 6.0 |
|
47 |
-
| [3_5](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/3_5) | 3.5 | 6.0 |
|
48 |
|
49 |
## Download instructions
|
50 |
|
|
|
40 |
|
41 |
| Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
|
42 |
| ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
|
43 |
+
| [8_0](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/8_0) | 8.0 | 8.0 | 11.9 GB | 15.9 GB | 21.3 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
|
44 |
+
| [6_5](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/6_5) | 6.5 | 8.0 | 10.4 GB | 14.4 GB | 19.8 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
|
45 |
+
| [5_0](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/5_0) | 5.0 | 6.0 | 8.6 GB | 12.6 GB | 18.0 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
|
46 |
+
| [4_25](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/4_25) | 4.25 | 6.0 | 7.9 GB | 11.9 GB | 17.3 GB | GPTQ equivalent bits per weight, slightly higher quality. |
|
47 |
+
| [3_5](https://huggingface.co/bartowski/gemma-2-9b-it-exl2/tree/3_5) | 3.5 | 6.0 | 7.1 GB | 11.1 GB | 16.9 GB | Lower quality, only use if you have to. |
|
48 |
|
49 |
## Download instructions
|
50 |
|