FIX
Browse files- modeling_kinoe.py +1 -1
modeling_kinoe.py
CHANGED
@@ -31,7 +31,7 @@ from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss
|
|
31 |
|
32 |
from transformers.activations import ACT2FN
|
33 |
from .cache_utils import Cache, DynamicCache, SlidingWindowCache, StaticCache
|
34 |
-
from
|
35 |
from transformers.modeling_outputs import (
|
36 |
BaseModelOutputWithPast,
|
37 |
CausalLMOutputWithPast,
|
|
|
31 |
|
32 |
from transformers.activations import ACT2FN
|
33 |
from .cache_utils import Cache, DynamicCache, SlidingWindowCache, StaticCache
|
34 |
+
from .modeling_attn_mask_utils import AttentionMaskConverter
|
35 |
from transformers.modeling_outputs import (
|
36 |
BaseModelOutputWithPast,
|
37 |
CausalLMOutputWithPast,
|