cicdatopea
commited on
Commit
•
74e9ee7
1
Parent(s):
d00d7ea
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ from transformers import AutoProcessor, AutoModelForVision2Seq
|
|
14 |
from transformers.image_utils import load_image
|
15 |
|
16 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
17 |
-
quantized_model_path = "/
|
18 |
|
19 |
# Load images
|
20 |
image_url = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"
|
|
|
14 |
from transformers.image_utils import load_image
|
15 |
|
16 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
17 |
+
quantized_model_path = "OPEA/SmolVLM-Instruct-int4-sym-inc"
|
18 |
|
19 |
# Load images
|
20 |
image_url = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"
|