Fabrice-TIERCELIN commited on
Commit
add0d35
·
verified ·
1 Parent(s): b3893eb
Files changed (1) hide show
  1. hyvideo/modules/attenion.py +1 -1
hyvideo/modules/attenion.py CHANGED
@@ -61,7 +61,7 @@ def attention(
61
  q,
62
  k,
63
  v,
64
- mode="torch",
65
  drop_rate=0,
66
  attn_mask=None,
67
  causal=False,
 
61
  q,
62
  k,
63
  v,
64
+ mode="flash",
65
  drop_rate=0,
66
  attn_mask=None,
67
  causal=False,