nguyenbh ftnext commited on
Commit
8f5f3a0
1 Parent(s): 920b6cf

- Fix typo (b1792efd512afb4d833e562cb7bddd9472228fff)


Co-authored-by: nikkie <ftnext@users.noreply.huggingface.co>

Files changed (1) hide show
  1. modeling_phi3.py +1 -1
modeling_phi3.py CHANGED
@@ -64,7 +64,7 @@ except ImportError as error:
64
  )
65
  if not _flash_supports_window_size:
66
  logger.warning(
67
- "Current `flash-attenton` does not support `window_size`. Either upgrade or use `attn_implementation='eager'`."
68
  )
69
 
70
  _CHECKPOINT_FOR_DOC = "microsoft/Phi-3-mini-4k-instruct"
 
64
  )
65
  if not _flash_supports_window_size:
66
  logger.warning(
67
+ "Current `flash-attention` does not support `window_size`. Either upgrade or use `attn_implementation='eager'`."
68
  )
69
 
70
  _CHECKPOINT_FOR_DOC = "microsoft/Phi-3-mini-4k-instruct"