Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Oct 17, 2024
1 parent a9dbfb3 commit 5239f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/common/h2d_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_to_njt(
self, benchmark, consolidated, njt_td, default_device, compile_mode, num_threads
):
tensordict_logger.info(
f"njtd size {td.bytes() / 1024 / 1024 :.2f} Mb"
f"njtd size {njtd.bytes() / 1024 / 1024 :.2f} Mb"
)
if consolidated:
njt_td = njt_td.consolidate()
Expand Down

0 comments on commit 5239f2e

Please sign in to comment.