Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya2698 committed Nov 13, 2024
1 parent 9f629cf commit ba56a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thunder/executors/nvfuserex_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ class FusionDefinitionWrapper:
cache_clear: None | Callable = None
last_used: None | FusionDefinition = None
last_inputs: None | Sequence[tuple] = None
store_inputs: bool = (False,)
_enable_options: None | list[str] = (None,)
store_inputs: bool = False
_enable_options: None | list[str] = None
_disable_options: None | list[str] = None

def __call__(self, *args):
Expand Down

0 comments on commit ba56a4e

Please sign in to comment.