Fabrice-TIERCELIN commited on
Commit
b6a2d50
·
verified ·
1 Parent(s): 300514a

mode="torch",

Browse files
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="flash",
65
  drop_rate=0,
66
  attn_mask=None,
67
  causal=False,
 
61
  q,
62
  k,
63
  v,
64
+ mode="torch",
65
  drop_rate=0,
66
  attn_mask=None,
67
  causal=False,