Update README.md
Browse files
README.md
CHANGED
|
@@ -7,9 +7,7 @@ pipeline_tag: text-generation
|
|
| 7 |
base_model: databricks/dbrx-instruct
|
| 8 |
---
|
| 9 |
**2024-04-12**: Support for this model is still being worked on - [`PR #6515`](https://github.com/ggerganov/llama.cpp/pull/6515).
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
<u>**NOTE**: Do not download the model unless it states above that testing is conclusive, otherwise the model won't work.</u>
|
| 13 |
|
| 14 |
* GGUF importance matrix (imatrix) quants for https://huggingface.co/databricks/dbrx-instruct
|
| 15 |
* The importance matrix is trained for ~100K tokens (200 batches of 512 tokens) using [wiki.train.raw](https://huggingface.co/datasets/wikitext).
|
|
|
|
| 7 |
base_model: databricks/dbrx-instruct
|
| 8 |
---
|
| 9 |
**2024-04-12**: Support for this model is still being worked on - [`PR #6515`](https://github.com/ggerganov/llama.cpp/pull/6515).
|
| 10 |
+
Testing of the quants appears to currently work, however the PR has not yet been merged.
|
|
|
|
|
|
|
| 11 |
|
| 12 |
* GGUF importance matrix (imatrix) quants for https://huggingface.co/databricks/dbrx-instruct
|
| 13 |
* The importance matrix is trained for ~100K tokens (200 batches of 512 tokens) using [wiki.train.raw](https://huggingface.co/datasets/wikitext).
|