Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Nov 30, 2024
1 parent 9532589 commit 3f99f5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2758,3 +2758,8 @@ def _as_tensor_fullprec(t):
return torch.as_tensor(t, dtype=torch.int64)
else:
return torch.as_tensor(t)


def dummpy_func():
pass

0 comments on commit 3f99f5f

Please sign in to comment.