Spaces:
Sleeping
Sleeping
Update vlm.py
Browse files
vlm.py
CHANGED
@@ -6,6 +6,7 @@ Date: 2025-05-08
|
|
6 |
"""
|
7 |
|
8 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|
|
|
9 |
|
10 |
#
|
11 |
# Load the model: OPEA/Mistral-Small-3.1-24B-Instruct-2503-int4-AutoRound-awq-sym
|
|
|
6 |
"""
|
7 |
|
8 |
from transformers import AutoProcessor, AutoModelForImageTextToText
|
9 |
+
import torch
|
10 |
|
11 |
#
|
12 |
# Load the model: OPEA/Mistral-Small-3.1-24B-Instruct-2503-int4-AutoRound-awq-sym
|