Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <[email protected]>
  • Loading branch information
crcrpar committed Dec 12, 2024
1 parent 651c7b0 commit 832bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/transforms/tensor_subclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

@run_once
def warn_tensor_subclass_support() -> None:
warnings.warn("Tensor Subclasses with `__torch_dispatch` support is experimental")
warnings.warn("Tensor Subclasses with `__torch_dispatch__` defined support is experimental")


class OutputWrapperForFxTracing(NamedTuple):
Expand Down

0 comments on commit 832bf79

Please sign in to comment.