Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Dec 4, 2024
1 parent 537d038 commit 578d23a
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 578d23a

Please sign in to comment.