mradermacher
commited on
Commit
•
b8c7990
1
Parent(s):
9e701b6
auto-patch README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,6 @@ quantized_by: mradermacher
|
|
16 |
<!-- ### vocab_type: -->
|
17 |
static quants of https://huggingface.co/aerdincdal/CBDDO-LLM-8B-Instruct-v1
|
18 |
|
19 |
-
|
20 |
<!-- provided-files -->
|
21 |
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.
|
22 |
## Usage
|
@@ -31,7 +30,10 @@ more details, including on how to concatenate multi-part files.
|
|
31 |
|
32 |
| Link | Type | Size/GB | Notes |
|
33 |
|:-----|:-----|--------:|:------|
|
|
|
|
|
34 |
| [GGUF](https://huggingface.co/mradermacher/CBDDO-LLM-8B-Instruct-v1-GGUF/resolve/main/CBDDO-LLM-8B-Instruct-v1.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
|
|
35 |
|
36 |
|
37 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
16 |
<!-- ### vocab_type: -->
|
17 |
static quants of https://huggingface.co/aerdincdal/CBDDO-LLM-8B-Instruct-v1
|
18 |
|
|
|
19 |
<!-- provided-files -->
|
20 |
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.
|
21 |
## Usage
|
|
|
30 |
|
31 |
| Link | Type | Size/GB | Notes |
|
32 |
|:-----|:-----|--------:|:------|
|
33 |
+
| [GGUF](https://huggingface.co/mradermacher/CBDDO-LLM-8B-Instruct-v1-GGUF/resolve/main/CBDDO-LLM-8B-Instruct-v1.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
34 |
+
| [GGUF](https://huggingface.co/mradermacher/CBDDO-LLM-8B-Instruct-v1-GGUF/resolve/main/CBDDO-LLM-8B-Instruct-v1.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
35 |
| [GGUF](https://huggingface.co/mradermacher/CBDDO-LLM-8B-Instruct-v1-GGUF/resolve/main/CBDDO-LLM-8B-Instruct-v1.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
36 |
+
| [GGUF](https://huggingface.co/mradermacher/CBDDO-LLM-8B-Instruct-v1-GGUF/resolve/main/CBDDO-LLM-8B-Instruct-v1.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
37 |
|
38 |
|
39 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|