Update modeling_manta.py
Browse files- modeling_manta.py +1 -1
modeling_manta.py
CHANGED
@@ -42,7 +42,7 @@ from transformers.utils import (
|
|
42 |
logging,
|
43 |
replace_return_docstrings,
|
44 |
)
|
45 |
-
from configuration_manta import MantaConfig
|
46 |
|
47 |
|
48 |
logger = logging.get_logger(__name__)
|
|
|
42 |
logging,
|
43 |
replace_return_docstrings,
|
44 |
)
|
45 |
+
from .configuration_manta import MantaConfig
|
46 |
|
47 |
|
48 |
logger = logging.get_logger(__name__)
|