Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,14 @@ model-index:
|
|
19 |
This model was converted to GGUF format from [`open-thoughts/OpenThinker2-32B`](https://huggingface.co/open-thoughts/OpenThinker2-32B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/open-thoughts/OpenThinker2-32B) for more details on the model.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Use with llama.cpp
|
23 |
Install llama.cpp through brew (works on Mac and Linux)
|
24 |
|
|
|
19 |
This model was converted to GGUF format from [`open-thoughts/OpenThinker2-32B`](https://huggingface.co/open-thoughts/OpenThinker2-32B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
Refer to the [original model card](https://huggingface.co/open-thoughts/OpenThinker2-32B) for more details on the model.
|
21 |
|
22 |
+
## Use with ollama
|
23 |
+
```
|
24 |
+
ollama run hf.co/uisikdag/OpenThinker2-32B-Q4_K_M-GGUF
|
25 |
+
```
|
26 |
+
or to store locally
|
27 |
+
```
|
28 |
+
ollama pull hf.co/uisikdag/OpenThinker2-32B-Q4_K_M-GGUF
|
29 |
+
```
|
30 |
## Use with llama.cpp
|
31 |
Install llama.cpp through brew (works on Mac and Linux)
|
32 |
|