Update configuration_nemotron.py
Browse files
configuration_nemotron.py
CHANGED
@@ -15,8 +15,8 @@
|
|
15 |
# limitations under the License.
|
16 |
"""Nemotron model configuration"""
|
17 |
|
18 |
-
from
|
19 |
-
from
|
20 |
|
21 |
|
22 |
logger = logging.get_logger(__name__)
|
|
|
15 |
# limitations under the License.
|
16 |
"""Nemotron model configuration"""
|
17 |
|
18 |
+
from transfomers.configuration_utils import PretrainedConfig
|
19 |
+
from transformers.utils import logging
|
20 |
|
21 |
|
22 |
logger = logging.get_logger(__name__)
|