Snider Virgil commited on
Commit ·
b53404d
1
Parent(s): 25c459c
docs: pipeline_tag image-text-to-text (was any-to-any)
Browse filesHF's llama.cpp/Ollama manifest endpoint returned 'Repository is not GGUF
or is not compatible with llama.cpp' when pulling new BF16 and Q8_0 tags
with pipeline_tag: any-to-any. Switching to image-text-to-text (which
works on the sibling lthn/lemer repo) fixes the routing. Also adds
llama.cpp, ollama, multimodal tags for discoverability.
Co-Authored-By: Virgil <virgil@lethean.io>
README.md
CHANGED
|
@@ -2,13 +2,16 @@
|
|
| 2 |
library_name: gguf
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://ai.google.dev/gemma/docs/gemma_4_license
|
| 5 |
-
pipeline_tag:
|
| 6 |
base_model:
|
| 7 |
- google/gemma-4-E2B-it
|
| 8 |
tags:
|
| 9 |
- gemma4
|
| 10 |
- gguf
|
| 11 |
- safetensors
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<div align="center">
|
|
|
|
| 2 |
library_name: gguf
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://ai.google.dev/gemma/docs/gemma_4_license
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
base_model:
|
| 7 |
- google/gemma-4-E2B-it
|
| 8 |
tags:
|
| 9 |
- gemma4
|
| 10 |
- gguf
|
| 11 |
- safetensors
|
| 12 |
+
- llama.cpp
|
| 13 |
+
- ollama
|
| 14 |
+
- multimodal
|
| 15 |
---
|
| 16 |
|
| 17 |
<div align="center">
|