mradermacher
commited on
Commit
•
45027dc
1
Parent(s):
9dedd33
auto-patch README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ tags:
|
|
28 |
static quants of https://huggingface.co/Daemontatox/PathfinderAI
|
29 |
|
30 |
<!-- provided-files -->
|
31 |
-
weighted/imatrix quants
|
32 |
## Usage
|
33 |
|
34 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -45,7 +45,11 @@ more details, including on how to concatenate multi-part files.
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_L.gguf) | Q3_K_L | 17.3 | |
|
|
|
48 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
|
|
|
|
|
|
|
49 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
|
50 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
|
51 |
|
|
|
28 |
static quants of https://huggingface.co/Daemontatox/PathfinderAI
|
29 |
|
30 |
<!-- provided-files -->
|
31 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/PathfinderAI-i1-GGUF
|
32 |
## Usage
|
33 |
|
34 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q3_K_L.gguf) | Q3_K_L | 17.3 | |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.IQ4_XS.gguf) | IQ4_XS | 18.0 | |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q4_K_M.gguf) | Q4_K_M | 20.0 | fast, recommended |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q5_K_S.gguf) | Q5_K_S | 22.7 | |
|
52 |
+
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q5_K_M.gguf) | Q5_K_M | 23.4 | |
|
53 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
|
54 |
| [GGUF](https://huggingface.co/mradermacher/PathfinderAI-GGUF/resolve/main/PathfinderAI.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
|
55 |
|