mradermacher commited on
Commit
cf3a598
1 Parent(s): 261ccf7

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -19,7 +19,6 @@ tags:
19
 
20
  static quants of https://huggingface.co/saucam/Phind-Codefuse-34B
21
 
22
-
23
  <!-- provided-files -->
24
  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.
25
  ## Usage
@@ -35,7 +34,19 @@ more details, including on how to concatenate multi-part files.
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q2_K.gguf) | Q2_K | 12.9 | |
 
 
 
 
 
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q4_K_S.gguf) | Q4_K_S | 19.6 | fast, recommended |
 
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q8_0.gguf) | Q8_0 | 36.2 | fast, best quality |
40
 
41
 
 
19
 
20
  static quants of https://huggingface.co/saucam/Phind-Codefuse-34B
21
 
 
22
  <!-- provided-files -->
23
  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.
24
  ## Usage
 
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
36
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q2_K.gguf) | Q2_K | 12.9 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.IQ3_XS.gguf) | IQ3_XS | 14.3 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q3_K_S.gguf) | Q3_K_S | 15.0 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.IQ3_S.gguf) | IQ3_S | 15.1 | beats Q3_K* |
40
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.IQ3_M.gguf) | IQ3_M | 15.6 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q3_K_M.gguf) | Q3_K_M | 16.7 | lower quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q3_K_L.gguf) | Q3_K_L | 18.2 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.IQ4_XS.gguf) | IQ4_XS | 18.6 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q4_0.gguf) | Q4_0 | 19.5 | |
45
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q4_K_S.gguf) | Q4_K_S | 19.6 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q4_K_M.gguf) | Q4_K_M | 20.6 | fast, recommended |
47
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q5_K_S.gguf) | Q5_K_S | 23.6 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q5_K_M.gguf) | Q5_K_M | 24.2 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q6_K.gguf) | Q6_K | 28.1 | very good quality |
50
  | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q8_0.gguf) | Q8_0 | 36.2 | fast, best quality |
51
 
52