darkproger
commited on
Commit
•
5651294
1
Parent(s):
a2f7ac1
Update README.md
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ MLX is a recommended way of using the language model on an Apple computer with a
|
|
104 |
|
105 |
### Running the model with llama.cpp
|
106 |
|
107 |
-
We converted Dragoman PT adapter into the [
|
108 |
|
109 |
You can download the [Mistral-7B-v0.1 base model in the GGUF format](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF) (e.g. mistral-7b-v0.1.Q4_K_M.gguf)
|
110 |
and use `ggml-adapter-model.bin` from this repository like this:
|
|
|
104 |
|
105 |
### Running the model with llama.cpp
|
106 |
|
107 |
+
We converted Dragoman PT adapter into the [GGLA format](https://huggingface.co/lang-uk/dragoman/blob/main/ggml-adapter-model.bin).
|
108 |
|
109 |
You can download the [Mistral-7B-v0.1 base model in the GGUF format](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF) (e.g. mistral-7b-v0.1.Q4_K_M.gguf)
|
110 |
and use `ggml-adapter-model.bin` from this repository like this:
|