Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
This is a quantized GGUF of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407).
|
6 |
-
|
7 |
-
Right now, to run it in `llama.cpp` you'll need to use [PR #8577](https://github.com/ggerganov/llama.cpp/pull/8604) or equivalently the fork [iamlemec/llama.cpp](https://github.com/iamlemec/llama.cpp/tree/mistral-nemo).
|
8 |
|
9 |
Currently, we just have a [`Q5_K`](https://huggingface.co/CompendiumLabs/mistral-nemo-instruct-2407-gguf/blob/main/mistral-nemo-instruct-q5_k.gguf) quantization which comes in at 8.73 GB. If you're interested other quantizations, just ping me [@iamlemec](https://twitter.com/iamlemec) on Twitter.
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
This is a quantized GGUF of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407). Requires `llama.cpp` newer than commit `50e0535` (7/22/2024) to run inference.
|
|
|
|
|
6 |
|
7 |
Currently, we just have a [`Q5_K`](https://huggingface.co/CompendiumLabs/mistral-nemo-instruct-2407-gguf/blob/main/mistral-nemo-instruct-q5_k.gguf) quantization which comes in at 8.73 GB. If you're interested other quantizations, just ping me [@iamlemec](https://twitter.com/iamlemec) on Twitter.
|