Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,13 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
|
|
18 |
|
19 |
It was only the text part that was processed, not the image part.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Usage
|
22 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
23 |
|
|
|
18 |
|
19 |
It was only the text part that was processed, not the image part.
|
20 |
|
21 |
+
## Use with ollama
|
22 |
+
|
23 |
+
You can use [huihui_ai/granite3.2-vision-abliterated](https://ollama.com/huihui_ai/granite3.2-vision-abliterated) directly
|
24 |
+
```
|
25 |
+
ollama run huihui_ai/granite3.2-vision-abliterated
|
26 |
+
```
|
27 |
+
|
28 |
## Usage
|
29 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
30 |
|