Update configuration_kosmos2.py
Browse files- configuration_kosmos2.py +2 -2
configuration_kosmos2.py
CHANGED
@@ -18,8 +18,8 @@ import copy
|
|
18 |
import os
|
19 |
from typing import Union
|
20 |
|
21 |
-
from
|
22 |
-
from
|
23 |
|
24 |
|
25 |
logger = logging.get_logger(__name__)
|
|
|
18 |
import os
|
19 |
from typing import Union
|
20 |
|
21 |
+
from transformers.configuration_utils import PretrainedConfig
|
22 |
+
from transformers.utils import logging
|
23 |
|
24 |
|
25 |
logger = logging.get_logger(__name__)
|