File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ def flash_attn_qkvpacked_func(
709
709
alibi_slopes ,
710
710
deterministic ,
711
711
return_attn_probs ,
712
- out = out ,
712
+ out ,
713
713
)
714
714
715
715
@@ -786,7 +786,7 @@ def flash_attn_kvpacked_func(
786
786
alibi_slopes ,
787
787
deterministic ,
788
788
return_attn_probs ,
789
- out = out ,
789
+ out ,
790
790
)
791
791
792
792
@@ -863,7 +863,7 @@ def flash_attn_func(
863
863
alibi_slopes ,
864
864
deterministic ,
865
865
return_attn_probs ,
866
- out = out ,
866
+ out ,
867
867
)
868
868
869
869
@@ -928,7 +928,7 @@ def flash_attn_varlen_qkvpacked_func(
928
928
alibi_slopes ,
929
929
deterministic ,
930
930
return_attn_probs ,
931
- out = out ,
931
+ out ,
932
932
)
933
933
934
934
@@ -1019,7 +1019,7 @@ def flash_attn_varlen_kvpacked_func(
1019
1019
alibi_slopes ,
1020
1020
deterministic ,
1021
1021
return_attn_probs ,
1022
- out = out ,
1022
+ out ,
1023
1023
)
1024
1024
1025
1025
@@ -1112,7 +1112,7 @@ def flash_attn_varlen_func(
1112
1112
deterministic ,
1113
1113
return_attn_probs ,
1114
1114
block_table ,
1115
- out = out ,
1115
+ out ,
1116
1116
)
1117
1117
1118
1118
You can’t perform that action at this time.
0 commit comments