Skip to content

Commit

Permalink
Testing class method
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Feb 5, 2025
1 parent 457bdf1 commit 6c3f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchao/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class PlainAQTTensorImpl(...):
__torch_function__ = classmethod(_dispatch__torch_function__)
register_layout = classmethod(_register_layout)
get_tensor_impl_constructor = classmethod(_get_tensor_impl_constructor)
_get_to_kwargs = _get_to_kwargs
_get_to_kwargs = classmethod(_get_to_kwargs)

def __tensor_flatten__(self):
raise NotImplementedError("Subclasses must implement __tensor_flatten__")
Expand Down

0 comments on commit 6c3f4a6

Please sign in to comment.