bartowski commited on
Commit
ee7922b
1 Parent(s): 8e059b2

Add VRAM usage table

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -22,23 +22,19 @@ pipeline_tag: text-generation
22
 
23
  Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
24
 
25
- Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
26
-
27
- Conversion was done using the default calibration dataset.
28
 
29
- Default arguments used except when the bits per weight is above 6.0, at that point the lm_head layer is quantized at 8 bits per weight instead of the default 6.
30
 
31
  Original model: https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B
32
 
33
- <a href="https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/3_5">3.5 bits per weight</a>
34
-
35
- <a href="https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/4_0">4.0 bits per weight</a>
36
-
37
- <a href="https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/5_0">5.0 bits per weight</a>
38
-
39
- <a href="https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/6_5">6.5 bits per weight</a>
40
-
41
- <a href="https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/8_0">8.0 bits per weight</a>
42
 
43
  ## Download instructions
44
 
 
22
 
23
  Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
24
 
25
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
 
 
26
 
27
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
28
 
29
  Original model: https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B
30
 
31
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
32
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
33
+ | [8_0](https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/8_0) | 8.0 | 8.0 | 11.9 GB | 13.3 GB | 15.3 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
34
+ | [6_5](https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/6_5) | 6.5 | 8.0 | 10.3 GB | 11.7 GB | 13.7 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
35
+ | [5_0](https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/5_0) | 5.0 | 6.0 | 8.3 GB | 9.7 GB | 11.7 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
36
+ | [4_25](https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/4_25) | 4.25 | 6.0 | 7.4 GB | 8.6 GB | 10.6 GB | GPTQ equivalent bits per weight, slightly higher quality. |
37
+ | [3_5](https://huggingface.co/bartowski/Nous-Hermes-2-SOLAR-10.7B-exl2/tree/3_5) | 3.5 | 6.0 | 6.4 GB | 7.8 GB | 9.8 GB | Lower quality, only use if you have to. |
 
 
38
 
39
  ## Download instructions
40