Update _utils.py
This commit is contained in:
parent
9d5db6464e
commit
bdfb2b993a
1 changed files with 2 additions and 2 deletions
|
|
@ -396,8 +396,8 @@ patch_torch_compile(
|
|||
)
|
||||
|
||||
torch_compile_options = {
|
||||
"epilogue_fusion" : True,
|
||||
"max_autotune" : True,
|
||||
"epilogue_fusion" : False,
|
||||
"max_autotune" : False,
|
||||
"shape_padding" : True,
|
||||
"trace.enabled" : UNSLOTH_COMPILE_DEBUG,
|
||||
"triton.cudagraphs" : False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue