mradermacher commited on
Commit
4ef2be4
·
verified ·
1 Parent(s): 90421e5

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -82,7 +82,20 @@ more details, including on how to concatenate multi-part files.
82
  | Link | Type | Size/GB | Notes |
83
  |:-----|:-----|--------:|:------|
84
  | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
 
 
 
85
  | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better |
 
 
 
 
 
 
 
 
 
 
86
 
87
  Here is a handy graph by ikawrakow comparing some lower-quality quant
88
  types (lower is better):
 
82
  | Link | Type | Size/GB | Notes |
83
  |:-----|:-----|--------:|:------|
84
  | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
85
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.8 | mostly desperate |
86
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.0 | |
87
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.4 | |
88
  | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better |
89
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.5 | very low quality |
90
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.7 | lower quality |
91
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.0 | IQ3_XS probably better |
92
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 4.0 | |
93
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.3 | IQ3_S probably better |
94
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
95
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.7 | prefer IQ4_XS |
96
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.0 | optimal size/speed/quality |
97
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.5 | fast, recommended |
98
+ | [GGUF](https://huggingface.co/mradermacher/Marco-Nano-Instruct-i1-GGUF/resolve/main/Marco-Nano-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 7.3 | practically like static Q6_K |
99
 
100
  Here is a handy graph by ikawrakow comparing some lower-quality quant
101
  types (lower is better):