Skip to content

Commit

Permalink
disable lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Youngeun Kwon <[email protected]>
  • Loading branch information
youngeunkwon0405 committed Dec 5, 2024
1 parent 8d81f56 commit 38e060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_engine/pytorch/tensor/float8_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def __new__(

return self

def fsdp_pre_all_gather(self, mesh):
def fsdp_pre_all_gather(self, mesh): # pylint: disable=unused-argument
return (self._data,), (self,)

def fsdp_post_all_gather(
Expand Down

0 comments on commit 38e060d

Please sign in to comment.