mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ tags:
|
|
24 |
static quants of https://huggingface.co/mkurman/phi4-MedIT-10B-o1
|
25 |
|
26 |
<!-- provided-files -->
|
27 |
-
weighted/imatrix quants
|
28 |
## Usage
|
29 |
|
30 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -41,9 +41,14 @@ more details, including on how to concatenate multi-part files.
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_S.gguf) | Q3_K_S | 4.7 | |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_M.gguf) | Q3_K_M | 5.2 | lower quality |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_L.gguf) | Q3_K_L | 5.6 | |
|
|
|
44 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q4_K_S.gguf) | Q4_K_S | 6.0 | fast, recommended |
|
|
|
|
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q6_K.gguf) | Q6_K | 8.5 | very good quality |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q8_0.gguf) | Q8_0 | 11.0 | fast, best quality |
|
|
|
47 |
|
48 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
49 |
types (lower is better):
|
|
|
24 |
static quants of https://huggingface.co/mkurman/phi4-MedIT-10B-o1
|
25 |
|
26 |
<!-- provided-files -->
|
27 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-i1-GGUF
|
28 |
## Usage
|
29 |
|
30 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_S.gguf) | Q3_K_S | 4.7 | |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_M.gguf) | Q3_K_M | 5.2 | lower quality |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q3_K_L.gguf) | Q3_K_L | 5.6 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.IQ4_XS.gguf) | IQ4_XS | 5.8 | |
|
45 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q4_K_S.gguf) | Q4_K_S | 6.0 | fast, recommended |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q4_K_M.gguf) | Q4_K_M | 6.3 | fast, recommended |
|
47 |
+
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q5_K_S.gguf) | Q5_K_S | 7.2 | |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q5_K_M.gguf) | Q5_K_M | 7.4 | |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q6_K.gguf) | Q6_K | 8.5 | very good quality |
|
50 |
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.Q8_0.gguf) | Q8_0 | 11.0 | fast, best quality |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/phi4-MedIT-10B-o1-GGUF/resolve/main/phi4-MedIT-10B-o1.f16.gguf) | f16 | 20.6 | 16 bpw, overkill |
|
52 |
|
53 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
54 |
types (lower is better):
|