mradermacher commited on
Commit
61c88cd
·
verified ·
1 Parent(s): 9fd7ee4

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -44,10 +44,18 @@ more details, including on how to concatenate multi-part files.
44
  | Link | Type | Size/GB | Notes |
45
  |:-----|:-----|--------:|:------|
46
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
 
 
 
 
47
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 10.6 | very low quality |
48
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
 
 
49
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
50
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better |
 
 
51
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):
 
44
  | Link | Type | Size/GB | Notes |
45
  |:-----|:-----|--------:|:------|
46
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
47
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ1_M.gguf) | i1-IQ1_M | 7.2 | mostly desperate |
48
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 9.2 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ2_S.gguf) | i1-IQ2_S | 9.4 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ2_M.gguf) | i1-IQ2_M | 10.3 | |
51
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 10.6 | very low quality |
52
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
53
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ3_XS.gguf) | i1-IQ3_XS | 12.7 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 13.4 | IQ3_XS probably better |
55
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
56
  | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better |
57
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 16.0 | IQ3_M probably better |
58
+ | [GGUF](https://huggingface.co/mradermacher/lynx-instruct-30b-qwen3-i1-GGUF/resolve/main/lynx-instruct-30b-qwen3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality |
59
 
60
  Here is a handy graph by ikawrakow comparing some lower-quality quant
61
  types (lower is better):