zluda force sdp_options to math

This commit is contained in:
Seunghoon Lee
2024-02-20 00:00:06 +09:00
parent ee7517dfb8
commit 0e1fb9c18a
+1
View File
@@ -12,3 +12,4 @@ def initialize_zluda():
torch.backends.cuda.enable_flash_sdp(False)
torch.backends.cuda.enable_math_sdp(True)
torch.backends.cuda.enable_mem_efficient_sdp(False)
shared.opts.sdp_options = ['Math attention']