Updated Doc
Browse filesMinor changes
README.md
CHANGED
@@ -42,10 +42,15 @@ tags:
|
|
42 |
- gguf-my-repo
|
43 |
---
|
44 |
|
45 |
-
#
|
46 |
This model was converted to GGUF format from [`CohereForAI/aya-expanse-8b`](https://huggingface.co/CohereForAI/aya-expanse-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
47 |
Refer to the [original model card](https://huggingface.co/CohereForAI/aya-expanse-8b) for more details on the model.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
## Use with llama.cpp
|
50 |
Install llama.cpp through brew (works on Mac and Linux)
|
51 |
|
|
|
42 |
- gguf-my-repo
|
43 |
---
|
44 |
|
45 |
+
# iatalking/aya-expanse-8b-Q4_K_M-GGUF
|
46 |
This model was converted to GGUF format from [`CohereForAI/aya-expanse-8b`](https://huggingface.co/CohereForAI/aya-expanse-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
47 |
Refer to the [original model card](https://huggingface.co/CohereForAI/aya-expanse-8b) for more details on the model.
|
48 |
|
49 |
+
## Use with ollama
|
50 |
+
```bash
|
51 |
+
ollama run hf.co/iatalking/aya-expanse-8b-Q4_K_M-GGUF
|
52 |
+
```
|
53 |
+
|
54 |
## Use with llama.cpp
|
55 |
Install llama.cpp through brew (works on Mac and Linux)
|
56 |
|