Recag commited on
Commit
14a2047
·
1 Parent(s): d295565

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -16,7 +16,7 @@ from transformers.activations import ACT2FN
16
  from transformers.modeling_attn_mask_utils import AttentionMaskConverter, _prepare_4d_causal_attention_mask
17
  from transformers.modeling_outputs import BaseModelOutputWithPast, CausalLMOutputWithPast, SequenceClassifierOutputWithPast
18
  from transformers.modeling_utils import PreTrainedModel
19
- from transformers.pytorch_utils import ALL_LAYERNORM_LAYERS, is_torch_greater_or_equal_than_1_13
20
  from transformers.utils import (
21
  add_start_docstrings,
22
  add_start_docstrings_to_model_forward,
 
16
  from transformers.modeling_attn_mask_utils import AttentionMaskConverter, _prepare_4d_causal_attention_mask
17
  from transformers.modeling_outputs import BaseModelOutputWithPast, CausalLMOutputWithPast, SequenceClassifierOutputWithPast
18
  from transformers.modeling_utils import PreTrainedModel
19
+ from transformers.pytorch_utils import ALL_LAYERNORM_LAYERS
20
  from transformers.utils import (
21
  add_start_docstrings,
22
  add_start_docstrings_to_model_forward,