Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ tags:
|
|
| 17 |
- llama-cpp
|
| 18 |
- gguf-my-repo
|
| 19 |
license: apache-2.0
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# davanstrien/iconclass-vlm-Q8_0-GGUF
|
|
@@ -61,4 +62,4 @@ Step 3: Run inference through the main binary.
|
|
| 61 |
or
|
| 62 |
```
|
| 63 |
./llama-server --hf-repo davanstrien/iconclass-vlm-Q8_0-GGUF --hf-file iconclass-vlm-q8_0.gguf -c 2048
|
| 64 |
-
```
|
|
|
|
| 17 |
- llama-cpp
|
| 18 |
- gguf-my-repo
|
| 19 |
license: apache-2.0
|
| 20 |
+
pipeline_tag: image-text-to-text
|
| 21 |
---
|
| 22 |
|
| 23 |
# davanstrien/iconclass-vlm-Q8_0-GGUF
|
|
|
|
| 62 |
or
|
| 63 |
```
|
| 64 |
./llama-server --hf-repo davanstrien/iconclass-vlm-Q8_0-GGUF --hf-file iconclass-vlm-q8_0.gguf -c 2048
|
| 65 |
+
```
|