LiangliangMa commited on
Commit
b4faa7e
1 Parent(s): 75f2232

fix format

Browse files
Files changed (1) hide show
  1. modeling_deepseek.py +1 -0
modeling_deepseek.py CHANGED
@@ -48,6 +48,7 @@ from transformers.pytorch_utils import (
48
  from transformers.utils import (
49
  add_start_docstrings,
50
  add_start_docstrings_to_model_forward,
 
51
  is_flash_attn_greater_or_equal_2_10,
52
  logging,
53
  replace_return_docstrings,
 
48
  from transformers.utils import (
49
  add_start_docstrings,
50
  add_start_docstrings_to_model_forward,
51
+ is_flash_attn_2_available,
52
  is_flash_attn_greater_or_equal_2_10,
53
  logging,
54
  replace_return_docstrings,