Skip to content

Commit

Permalink
[Versioning] v0.6.2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Nov 14, 2024
1 parent 0b3c778 commit bd2774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensordict/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10607,7 +10607,7 @@ def to(tensor):
else:
apply_kwargs["device"] = device if device is not None else self.device
apply_kwargs["batch_size"] = batch_size
apply_kwargs["out"] = self if inplace else None
apply_kwargs["out"] = None
apply_kwargs["checked"] = True
if non_blocking_pin:

Expand Down

0 comments on commit bd2774f

Please sign in to comment.