Transformers
GGUF
English
text-generation-inference
unsloth
llama
Inference Endpoints
conversational
mradermacher commited on
Commit
9a52659
·
verified ·
1 Parent(s): 3a94549

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,7 +25,7 @@ tags:
25
  static quants of https://huggingface.co/Quazim0t0/ThinkPhi1.1-Tensors
26
 
27
  <!-- provided-files -->
28
- 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.
29
  ## Usage
30
 
31
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -42,9 +42,11 @@ more details, including on how to concatenate multi-part files.
42
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_S.gguf) | Q3_K_S | 6.6 | |
43
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_M.gguf) | Q3_K_M | 7.3 | lower quality |
44
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_L.gguf) | Q3_K_L | 7.9 | |
 
45
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q4_K_S.gguf) | Q4_K_S | 8.5 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q4_K_M.gguf) | Q4_K_M | 9.0 | fast, recommended |
47
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q5_K_S.gguf) | Q5_K_S | 10.3 | |
 
48
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q6_K.gguf) | Q6_K | 12.1 | very good quality |
49
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q8_0.gguf) | Q8_0 | 15.7 | fast, best quality |
50
 
 
25
  static quants of https://huggingface.co/Quazim0t0/ThinkPhi1.1-Tensors
26
 
27
  <!-- provided-files -->
28
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-i1-GGUF
29
  ## Usage
30
 
31
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
42
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_S.gguf) | Q3_K_S | 6.6 | |
43
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_M.gguf) | Q3_K_M | 7.3 | lower quality |
44
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q3_K_L.gguf) | Q3_K_L | 7.9 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.IQ4_XS.gguf) | IQ4_XS | 8.2 | |
46
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q4_K_S.gguf) | Q4_K_S | 8.5 | fast, recommended |
47
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q4_K_M.gguf) | Q4_K_M | 9.0 | fast, recommended |
48
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q5_K_S.gguf) | Q5_K_S | 10.3 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q5_K_M.gguf) | Q5_K_M | 10.5 | |
50
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q6_K.gguf) | Q6_K | 12.1 | very good quality |
51
  | [GGUF](https://huggingface.co/mradermacher/ThinkPhi1.1-Tensors-GGUF/resolve/main/ThinkPhi1.1-Tensors.Q8_0.gguf) | Q8_0 | 15.7 | fast, best quality |
52