Commit
•
3a7f866
1
Parent(s):
5f3d698
Specify right model card metadata (#1)
Browse files- Specify right model card metadata (3c10a61c6240b265c7a3b787a076e1947f49b08a)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
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
|