dranger003 commited on
Commit
c8e1842
1 Parent(s): 444460a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +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
- 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).
 
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 and the PR has been approved but has not yet been merged into the main branch.
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).