Skip to content

Commit

Permalink
Changelog update - tested on tools
Browse files Browse the repository at this point in the history
  • Loading branch information
knowicki-nvidia committed Dec 5, 2024
1 parent 5d95c64 commit cbb0892
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ limitations under the License.

# Changelog

## 0.13.0 (unreleased)
## 0.13.0

- new: Introducing custom_args in TensorConfig for custom runners to use which
allows dynamic shapes setup for TorchTensorRT compilation
- new: autocast_dtype added Torch runner configuration to set the dtype for autocast
Expand All @@ -33,6 +34,21 @@ limitations under the License.
- fix: Warn when using autocast with bfloat16 in Torch
- fix: Pass runner configuration to runners in nav.profile

[//]: <> (put here on external component update with short summary what change or link to changelog)

- Version of external components used during testing:
- [PyTorch 2.6.0a0+df5bbc0](https://github.com/pytorch/pytorch/commit/df5bbc09d191fff3bdb592c184176e84669a7157)
- [TensorFlow 2.16.1](https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1)
- [TensorRT 10.6.0.26](https://docs.nvidia.com/deeplearning/tensorrt/release-notes/index.html)
- [Torch-TensorRT 2.6.0a0](https://github.com/NVIDIA/Torch-TensorRT)
- [ONNX Runtime 1.19.2](https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2)
- [Polygraphy](https://github.com/NVIDIA/TensorRT/tree/master/tools/Polygraphy/): 0.49.13
- [GraphSurgeon](https://github.com/NVIDIA/TensorRT/tree/master/tools/onnx-graphsurgeon/): 0.5.2
- [tf2onnx v1.16.1](https://github.com/onnx/tensorflow-onnx/releases/tag/v1.16.1)
- Other component versions depend on the used framework containers versions.
See its [support matrix](https://docs.nvidia.com/deeplearning/frameworks/support-matrix/index.html)
for a detailed summary.

## 0.12.0

- new: simple and detailed reporting of the optimization process
Expand Down

0 comments on commit cbb0892

Please sign in to comment.