AlexHung29629
commited on
Commit
•
7583a36
1
Parent(s):
8ef6b14
Update processing_mllama.py
Browse files- processing_mllama.py +1 -1
processing_mllama.py
CHANGED
@@ -19,7 +19,7 @@ from typing import List, Optional, Union
|
|
19 |
|
20 |
import numpy as np
|
21 |
import torch
|
22 |
-
|
23 |
from transformers import AutoProcessor
|
24 |
from transformers.feature_extraction_utils import BatchFeature
|
25 |
from transformers.image_utils import ImageInput
|
|
|
19 |
|
20 |
import numpy as np
|
21 |
import torch
|
22 |
+
import transformers
|
23 |
from transformers import AutoProcessor
|
24 |
from transformers.feature_extraction_utils import BatchFeature
|
25 |
from transformers.image_utils import ImageInput
|