Skip to content

Commit eee8e47

Browse files
committed
Remove dropout & Uneven K
1 parent 3c263a9 commit eee8e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ def append_nvcc_threads(nvcc_extra_args):
201201
# "--ptxas-options=-O2",
202202
# "-lineinfo",
203203
# "-DFLASHATTENTION_DISABLE_BACKWARD",
204-
# "-DFLASHATTENTION_DISABLE_DROPOUT",
204+
"-DFLASHATTENTION_DISABLE_DROPOUT",
205205
# "-DFLASHATTENTION_DISABLE_ALIBI",
206-
# "-DFLASHATTENTION_DISABLE_UNEVEN_K",
206+
"-DFLASHATTENTION_DISABLE_UNEVEN_K",
207207
# "-DFLASHATTENTION_DISABLE_LOCAL",
208208
]
209209
+ generator_flag

0 commit comments

Comments
 (0)