Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix summary
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ demo = gr.ChatInterface(
|
|
281 |
],
|
282 |
stop_btn=False,
|
283 |
title="Fast quantized SmolVLM2 ⚡",
|
284 |
-
description="Play with a [SmolVLM2-
|
285 |
examples=examples,
|
286 |
run_examples_on_click=False,
|
287 |
cache_examples=False,
|
|
|
281 |
],
|
282 |
stop_btn=False,
|
283 |
title="Fast quantized SmolVLM2 ⚡",
|
284 |
+
description="Play with a [SmolVLM2-500M-Video-Instruct](https://huggingface.co/echarlaix/SmolVLM2-500M-Video-Instruct-openvino) and its quantized counterpart. Weight Only Quantization and Static Quantization was applied with [Optimum Intel](https://github.com/huggingface/optimum-intel) NNCF integration. To get started, upload an image and text or try one of the examples. This demo runs on 4th Generation Intel Xeon (Sapphire Rapids) processors.",
|
285 |
examples=examples,
|
286 |
run_examples_on_click=False,
|
287 |
cache_examples=False,
|