Update rl_replacements.py
This commit is contained in:
parent
fa560ce4e7
commit
46462f1de0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ RL_EXTRA_ARGS = defaultdict(list)
|
|||
RL_FUNCTIONS = defaultdict(list)
|
||||
RL_PRE_ITEMS = defaultdict(list)
|
||||
RL_CONFIG_CHANGES = defaultdict(list)
|
||||
RL_METRICS_CHANGES = dict()
|
||||
RL_METRICS_CHANGES = defaultdict(list)
|
||||
|
||||
torch_compile_options = {
|
||||
"epilogue_fusion" : True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue