mradermacher commited on
Commit
4774141
·
verified ·
1 Parent(s): d308128

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -41,6 +41,16 @@ more details, including on how to concatenate multi-part files.
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 1.0 | multi-modal supplement |
43
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.mmproj-f16.gguf) | mmproj-f16 | 1.5 | multi-modal supplement |
 
 
 
 
 
 
 
 
 
 
44
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
45
 
46
  Here is a handy graph by ikawrakow comparing some lower-quality quant
 
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 1.0 | multi-modal supplement |
43
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.mmproj-f16.gguf) | mmproj-f16 | 1.5 | multi-modal supplement |
44
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q2_K.gguf) | Q2_K | 3.1 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
50
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
54
  | [GGUF](https://huggingface.co/mradermacher/VideoScore2-GGUF/resolve/main/VideoScore2.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
55
 
56
  Here is a handy graph by ikawrakow comparing some lower-quality quant