Update flex_attention.py
This commit is contained in:
parent
08db916009
commit
33874414b8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ torch_compile_options = {
|
|||
"epilogue_fusion" : True,
|
||||
"max_autotune" : True,
|
||||
"shape_padding" : True,
|
||||
"trace.enabled" : False, # Output Triton kernel outputs!
|
||||
"trace.enabled" : os.environ.get("UNSLOTH_COMPILE_DEBUG", "0") == "1",
|
||||
"triton.cudagraphs" : False,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue