Update modeling_neollm.py
Browse files- modeling_neollm.py +1 -1
modeling_neollm.py
CHANGED
|
@@ -35,7 +35,7 @@ from transformers.utils.import_utils import (
|
|
| 35 |
is_causal_conv1d_available,
|
| 36 |
is_flash_linear_attention_available,
|
| 37 |
)
|
| 38 |
-
from configuration_neollm import NeoLLMConfig
|
| 39 |
|
| 40 |
|
| 41 |
if is_causal_conv1d_available():
|
|
|
|
| 35 |
is_causal_conv1d_available,
|
| 36 |
is_flash_linear_attention_available,
|
| 37 |
)
|
| 38 |
+
from .configuration_neollm import NeoLLMConfig
|
| 39 |
|
| 40 |
|
| 41 |
if is_causal_conv1d_available():
|