starble-dev
commited on
Commit
•
7635710
1
Parent(s):
f9b858a
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ library_name: transformers
|
|
16 |
This model is the original Mistral-Nemo-Instruct-2407 converted to GGUF and quantized using **llama.cpp**.
|
17 |
|
18 |
**How to Use:**
|
19 |
-
As of July 19, 2024, llama.cpp does not support Mistral-Nemo-Instruct-2407. However, you can use it by building from
|
20 |
|
21 |
```
|
22 |
git clone -b mistral-nemo https://github.com/iamlemec/llama.cpp.git
|
|
|
16 |
This model is the original Mistral-Nemo-Instruct-2407 converted to GGUF and quantized using **llama.cpp**.
|
17 |
|
18 |
**How to Use:**
|
19 |
+
As of July 19, 2024, llama.cpp does not support Mistral-Nemo-Instruct-2407. However, you can still use it by building from iamlemec's branch **mistral-nemo** at [llama.cpp GitHub repository](https://github.com/iamlemec/llama.cpp/tree/mistral-nemo).
|
20 |
|
21 |
```
|
22 |
git clone -b mistral-nemo https://github.com/iamlemec/llama.cpp.git
|