phoebeklett commited on
Commit
2455b0c
·
verified ·
1 Parent(s): 4147405

Update modeling.py

Browse files
Files changed (1) hide show
  1. modeling.py +1 -1
modeling.py CHANGED
@@ -47,7 +47,7 @@ from transformers.utils import (
47
  replace_return_docstrings,
48
  )
49
 
50
- from emts_clean.src.llama.configuration import ExtendedLlamaConfig
51
 
52
  logger = logging.get_logger(__name__)
53
 
 
47
  replace_return_docstrings,
48
  )
49
 
50
+ from configuration import ExtendedLlamaConfig
51
 
52
  logger = logging.get_logger(__name__)
53