robinzixuan commited on
Commit
1d9986a
1 Parent(s): ab3b316

Upload configuration_opt.py

Browse files
Files changed (1) hide show
  1. configuration_opt.py +2 -2
configuration_opt.py CHANGED
@@ -14,8 +14,8 @@
14
  # limitations under the License.
15
  """OPT model configuration"""
16
 
17
- from ...configuration_utils import PretrainedConfig
18
- from ...utils import logging
19
 
20
 
21
  logger = logging.get_logger(__name__)
 
14
  # limitations under the License.
15
  """OPT model configuration"""
16
 
17
+ from transformers.configuration_utils import PretrainedConfig
18
+ from transformers.utils import logging
19
 
20
 
21
  logger = logging.get_logger(__name__)