mradermacher commited on
Commit
c1200a9
·
verified ·
1 Parent(s): 3c5adff

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,6 @@ quantized_by: mradermacher
14
  <!-- ### vocab_type: -->
15
  static quants of https://huggingface.co/SparseLLM/ReluLLaMA-13B
16
 
17
-
18
  <!-- provided-files -->
19
  weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
20
  ## Usage
@@ -30,11 +29,13 @@ more details, including on how to concatenate multi-part files.
30
  | Link | Type | Size/GB | Notes |
31
  |:-----|:-----|--------:|:------|
32
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q2_K.gguf) | Q2_K | 5.0 | |
 
33
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ3_S.gguf) | IQ3_S | 5.8 | beats Q3_K* |
34
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
35
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ3_M.gguf) | IQ3_M | 6.1 | |
36
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
 
38
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
40
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
 
14
  <!-- ### vocab_type: -->
15
  static quants of https://huggingface.co/SparseLLM/ReluLLaMA-13B
16
 
 
17
  <!-- provided-files -->
18
  weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
19
  ## Usage
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
31
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q2_K.gguf) | Q2_K | 5.0 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ3_XS.gguf) | IQ3_XS | 5.5 | |
33
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ3_S.gguf) | IQ3_S | 5.8 | beats Q3_K* |
34
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
35
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ3_M.gguf) | IQ3_M | 6.1 | |
36
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
39
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
40
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
41
  | [GGUF](https://huggingface.co/mradermacher/ReluLLaMA-13B-GGUF/resolve/main/ReluLLaMA-13B.Q5_K_S.gguf) | Q5_K_S | 9.1 | |