"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "e27c264081791d6d2c04fee123e8f4e4caa35cec"
Commit eee8e47c authored by Woosuk Kwon's avatar Woosuk Kwon
Browse files

Remove dropout & Uneven K

parent 3c263a9f
Pipeline #2016 failed with stages
in 0 seconds
...@@ -201,9 +201,9 @@ if not SKIP_CUDA_BUILD: ...@@ -201,9 +201,9 @@ if not SKIP_CUDA_BUILD:
# "--ptxas-options=-O2", # "--ptxas-options=-O2",
# "-lineinfo", # "-lineinfo",
# "-DFLASHATTENTION_DISABLE_BACKWARD", # "-DFLASHATTENTION_DISABLE_BACKWARD",
# "-DFLASHATTENTION_DISABLE_DROPOUT", "-DFLASHATTENTION_DISABLE_DROPOUT",
# "-DFLASHATTENTION_DISABLE_ALIBI", # "-DFLASHATTENTION_DISABLE_ALIBI",
# "-DFLASHATTENTION_DISABLE_UNEVEN_K", "-DFLASHATTENTION_DISABLE_UNEVEN_K",
# "-DFLASHATTENTION_DISABLE_LOCAL", # "-DFLASHATTENTION_DISABLE_LOCAL",
] ]
+ generator_flag + generator_flag
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment