Skip to content

Commit 40a95c5

Browse files
committed
Remove a print
1 parent a59db0a commit 40a95c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchao/dtypes/nf4tensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def noop_detach(func, *args, **kwargs):
3838

3939
@implements([torch.ops.aten._to_copy.default])
4040
def _to_copy(func, *args, **kwargs):
41-
print("func: ", func)
4241
return args[0][0].get_original_weight().to(args[1]['dtype'])
4342

4443

0 commit comments

Comments
 (0)