Spaces:
Running
on
CPU Spr
Running
on
CPU Spr
fix list
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from transformers.generation.streamers import TextIteratorStreamer
|
|
| 13 |
from optimum.intel import OVModelForVisualCausalLM
|
| 14 |
|
| 15 |
|
| 16 |
-
default_model_id = "echarlaix/SmolVLM2-
|
| 17 |
|
| 18 |
model_cache = {
|
| 19 |
"model_id" : default_model_id,
|
|
@@ -257,12 +257,13 @@ examples = [
|
|
| 257 |
model_choices = [
|
| 258 |
# "echarlaix/SmolVLM2-2.2B-Instruct-openvino",
|
| 259 |
# "echarlaix/SmolVLM-256M-Instruct-openvino",
|
| 260 |
-
|
| 261 |
-
"echarlaix/SmolVLM2-256M-Video-Instruct-openvino",
|
| 262 |
-
"echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-woq-data-free",
|
| 263 |
-
"echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-static",
|
| 264 |
"echarlaix/SmolVLM2-500M-Video-Instruct-openvino-8bit-static",
|
| 265 |
-
"echarlaix/SmolVLM2-
|
|
|
|
| 266 |
]
|
| 267 |
|
| 268 |
demo = gr.ChatInterface(
|
|
|
|
| 13 |
from optimum.intel import OVModelForVisualCausalLM
|
| 14 |
|
| 15 |
|
| 16 |
+
default_model_id = "echarlaix/SmolVLM2-500M-Video-Instruct-openvino"
|
| 17 |
|
| 18 |
model_cache = {
|
| 19 |
"model_id" : default_model_id,
|
|
|
|
| 257 |
model_choices = [
|
| 258 |
# "echarlaix/SmolVLM2-2.2B-Instruct-openvino",
|
| 259 |
# "echarlaix/SmolVLM-256M-Instruct-openvino",
|
| 260 |
+
"echarlaix/SmolVLM2-500M-Video-Instruct-openvino",
|
| 261 |
+
# "echarlaix/SmolVLM2-256M-Video-Instruct-openvino",
|
| 262 |
+
# "echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-woq-data-free",
|
| 263 |
+
# "echarlaix/SmolVLM2-256M-Video-Instruct-openvino-8bit-static",
|
| 264 |
"echarlaix/SmolVLM2-500M-Video-Instruct-openvino-8bit-static",
|
| 265 |
+
"echarlaix/SmolVLM2-500M-Video-Instruct-openvino-8bit-woq-data-free",
|
| 266 |
+
# "echarlaix/SmolVLM2-2.2B-Instruct-openvino-8bit-static",
|
| 267 |
]
|
| 268 |
|
| 269 |
demo = gr.ChatInterface(
|