PaulD commited on
Commit
8b551d8
·
verified ·
1 Parent(s): dabf727

Update configuration_nemotron.py

Browse files
Files changed (1) hide show
  1. configuration_nemotron.py +2 -2
configuration_nemotron.py CHANGED
@@ -15,8 +15,8 @@
15
  # limitations under the License.
16
  """Nemotron model configuration"""
17
 
18
- from ...configuration_utils import PretrainedConfig
19
- from ...utils import logging
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__)