macadeliccc commited on
Commit
16169a4
1 Parent(s): ac860a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -54,11 +54,26 @@ dtype: bfloat16
54
 
55
  ```
56
 
57
- ## GGUF
 
 
58
 
59
  + [iMatrix](https://huggingface.co/macadeliccc/OmniCorso-7B-GGUF)
60
 
61
- ## Evaluations
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  <pre>----Benchmark Complete----
64
  2024-02-11 15:34:40
 
54
 
55
  ```
56
 
57
+ ## Quantizations
58
+
59
+ ### GGUF
60
 
61
  + [iMatrix](https://huggingface.co/macadeliccc/OmniCorso-7B-GGUF)
62
 
63
+ ### Exllamav2
64
+
65
+ Quants are available thanks to user bartowski, check them out [here](https://huggingface.co/bartowski/OmniCorso-7B-exl2)
66
+
67
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
68
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
69
+ | [8_0](https://huggingface.co/bartowski/OmniCorso-7B-exl2/tree/8_0) | 8.0 | 8.0 | 8.4 GB | 9.8 GB | 11.8 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
70
+ | [6_5](https://huggingface.co/bartowski/OmniCorso-7B-exl2/tree/6_5) | 6.5 | 8.0 | 7.2 GB | 8.6 GB | 10.6 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
71
+ | [5_0](https://huggingface.co/bartowski/OmniCorso-7B-exl2/tree/5_0) | 5.0 | 6.0 | 6.0 GB | 7.4 GB | 9.4 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
72
+ | [4_25](https://huggingface.co/bartowski/OmniCorso-7B-exl2/tree/4_25) | 4.25 | 6.0 | 5.3 GB | 6.7 GB | 8.7 GB | GPTQ equivalent bits per weight, slightly higher quality. |
73
+ | [3_5](https://huggingface.co/bartowski/OmniCorso-7B-exl2/tree/3_5) | 3.5 | 6.0 | 4.7 GB | 6.1 GB | 8.1 GB | Lower quality, only use if you have to. |
74
+
75
+
76
+ ## Evaluations
77
 
78
  <pre>----Benchmark Complete----
79
  2024-02-11 15:34:40