phoebeklett commited on
Commit
4a060f7
1 Parent(s): 35c3478

Upload 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