Update configuration_phi.py
Browse files- configuration_phi.py +1 -1
configuration_phi.py
CHANGED
@@ -23,7 +23,7 @@ from ...utils import logging
|
|
23 |
logger = logging.get_logger(__name__)
|
24 |
|
25 |
|
26 |
-
from ..deprecated._archive_maps import PHI_PRETRAINED_CONFIG_ARCHIVE_MAP # noqa: F401, E402
|
27 |
|
28 |
|
29 |
class PhiConfig(PretrainedConfig):
|
|
|
23 |
logger = logging.get_logger(__name__)
|
24 |
|
25 |
|
26 |
+
# from ..deprecated._archive_maps import PHI_PRETRAINED_CONFIG_ARCHIVE_MAP # noqa: F401, E402
|
27 |
|
28 |
|
29 |
class PhiConfig(PretrainedConfig):
|