bugfix
Browse files
modelling_landmark_llama.py
CHANGED
@@ -32,7 +32,7 @@ from transformers.modeling_utils import PreTrainedModel
|
|
32 |
from transformers.utils import add_start_docstrings, add_start_docstrings_to_model_forward, logging, replace_return_docstrings
|
33 |
from transformers.models.llama.configuration_llama import LlamaConfig
|
34 |
|
35 |
-
from configuration_landmark_llama import LlamaConfig as LandmarkLlamaConfig
|
36 |
|
37 |
|
38 |
logger = logging.get_logger(__name__)
|
|
|
32 |
from transformers.utils import add_start_docstrings, add_start_docstrings_to_model_forward, logging, replace_return_docstrings
|
33 |
from transformers.models.llama.configuration_llama import LlamaConfig
|
34 |
|
35 |
+
from .configuration_landmark_llama import LlamaConfig as LandmarkLlamaConfig
|
36 |
|
37 |
|
38 |
logger = logging.get_logger(__name__)
|