osanseviero
commited on
Commit
•
3c10a61
1
Parent(s):
5f3d698
Specify right model card metadata
Browse filesThis PR specifies the right metadata for this repository
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
library_name: sglang
|
|
|
|
|
3 |
inference: false
|
|
|
4 |
---
|
5 |
|
6 |
## Inference Preparation
|
|
|
1 |
---
|
2 |
library_name: sglang
|
3 |
+
tags:
|
4 |
+
- llava
|
5 |
inference: false
|
6 |
+
pipeline_tag: image-text-to-text
|
7 |
---
|
8 |
|
9 |
## Inference Preparation
|