dranger003 commited on
Commit
14f8577
1 Parent(s): efc74d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ library_name: gguf
5
  base_model: CohereForAI/c4ai-command-r-plus
6
  ---
7
  **2024-04-07**: Support for this model is still being worked on - [`PR #6491`](https://github.com/ggerganov/llama.cpp/pull/6491).
8
- I am currently re-uploading all the quants compatible with the PR (WIP).
9
 
10
  * GGUF importance matrix (imatrix) quants for https://huggingface.co/CohereForAI/c4ai-command-r-plus
11
  * The importance matrix is trained for ~100K tokens (200 batches of 512 tokens) using [wiki.train.raw](https://huggingface.co/datasets/wikitext).
 
5
  base_model: CohereForAI/c4ai-command-r-plus
6
  ---
7
  **2024-04-07**: Support for this model is still being worked on - [`PR #6491`](https://github.com/ggerganov/llama.cpp/pull/6491).
8
+ The PR has been approved, we should expect it to be merged shortly into the main branch.
9
 
10
  * GGUF importance matrix (imatrix) quants for https://huggingface.co/CohereForAI/c4ai-command-r-plus
11
  * The importance matrix is trained for ~100K tokens (200 batches of 512 tokens) using [wiki.train.raw](https://huggingface.co/datasets/wikitext).