phoebeklett commited on
Commit
5dab3e7
1 Parent(s): c74352c

Update modeling_llama.py

Browse files
Files changed (1) hide show
  1. modeling_llama.py +1 -1
modeling_llama.py CHANGED
@@ -41,7 +41,7 @@ from transformers.utils import (
41
  logging,
42
  replace_return_docstrings,
43
  )
44
- from extended_mind_transformers.llama.configuration_llama import ExtendedLlamaConfig
45
 
46
 
47
  logger = logging.get_logger(__name__)
 
41
  logging,
42
  replace_return_docstrings,
43
  )
44
+ from .configuration_llama import ExtendedLlamaConfig
45
 
46
 
47
  logger = logging.get_logger(__name__)