Skip to content

Commit

Permalink
Remove dropout & Uneven K
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon committed May 19, 2024
1 parent 3c263a9 commit eee8e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ def append_nvcc_threads(nvcc_extra_args):
# "--ptxas-options=-O2",
# "-lineinfo",
# "-DFLASHATTENTION_DISABLE_BACKWARD",
# "-DFLASHATTENTION_DISABLE_DROPOUT",
"-DFLASHATTENTION_DISABLE_DROPOUT",
# "-DFLASHATTENTION_DISABLE_ALIBI",
# "-DFLASHATTENTION_DISABLE_UNEVEN_K",
"-DFLASHATTENTION_DISABLE_UNEVEN_K",
# "-DFLASHATTENTION_DISABLE_LOCAL",
]
+ generator_flag
Expand Down

0 comments on commit eee8e47

Please sign in to comment.