phoebeklett commited on
Commit
1bb2f12
1 Parent(s): 2455b0c

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 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