Skip to content

TensorDict v0.14.2

Latest

Choose a tag to compare

@vmoens vmoens released this 09 Sep 19:10

TensorDict 0.14.2 is a patch release correcting compiled shallow copies, non-tensor concatenation, and CUDA graph replay. No new public APIs, breaking changes, or deprecations are introduced.

  • Preserve independent nested containers in compiled shallow copies while continuing to share tensor leaves (#1784).
  • Preserve non-tensor values during concatenation, including mixed inputs and padded metadata, while retaining scalar metadata and weak-reference behavior (#1786).
  • Ensure CUDA graph replay uses updated inputs when a module writes outputs under its input keys (#1788).

Install after publication: pip install tensordict==0.14.2

Thanks to @vmoens.

Full changelog