dranger003 commited on
Commit
5614812
1 Parent(s): 359da21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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
- We are currently testing quants and I will upload them once they are working.
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).