Specify right model card metadata (#2)
Browse files- Specify right model card metadata (1ba54f5739735ebbe6ec04d62f27958b2c7abff8)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: sglang
|
|
|
|
|
|
|
| 4 |
inference: false
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
## Inference Preparation
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: sglang
|
| 4 |
+
tags:
|
| 5 |
+
- llava
|
| 6 |
inference: false
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
---
|
| 9 |
|
| 10 |
## Inference Preparation
|