mradermacher commited on
Commit
57bfd5b
·
verified ·
1 Parent(s): f868271

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ more details, including on how to concatenate multi-part files.
30
  |:-----|:-----|--------:|:------|
31
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q2_K.gguf) | Q2_K | 0.2 | |
32
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.IQ3_S.gguf) | IQ3_S | 0.2 | beats Q3_K* |
 
33
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended |
34
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q8_0.gguf) | Q8_0 | 0.4 | fast, best quality |
35
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.f16.gguf) | f16 | 0.6 | 16 bpw, overkill |
 
30
  |:-----|:-----|--------:|:------|
31
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q2_K.gguf) | Q2_K | 0.2 | |
32
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.IQ3_S.gguf) | IQ3_S | 0.2 | beats Q3_K* |
33
+ | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.IQ3_M.gguf) | IQ3_M | 0.2 | |
34
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q4_K_S.gguf) | Q4_K_S | 0.2 | fast, recommended |
35
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.Q8_0.gguf) | Q8_0 | 0.4 | fast, best quality |
36
  | [GGUF](https://huggingface.co/mradermacher/InRanker-base-GGUF/resolve/main/InRanker-base.f16.gguf) | f16 | 0.6 | 16 bpw, overkill |