Skip to content

Commit

Permalink
update versions of external components
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-kleczewski committed May 17, 2023
1 parent 86a20f0 commit 327e947
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ limitations under the License.
- fix: Find max batch size command for JAX
- fix: Save stdout to logfiles in debug mode

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

- Version of external components used during testing:
- [PyTorch 2.1.0a0+fe05266f](https://github.com/pytorch/pytorch/commit/fe05266f)
- [TensorFlow 2.12.0](https://github.com/tensorflow/tensorflow/releases/tag/v2.12.0)
- [TensorRT 8.6.1](https://docs.nvidia.com/deeplearning/tensorrt/release-notes/index.html)
- [ONNX Runtime 1.14.1](https://github.com/microsoft/onnxruntime/tree/v1.14.1)
- [Polygraphy](https://github.com/NVIDIA/TensorRT/tree/master/tools/Polygraphy/): 0.47.1
- [GraphSurgeon](https://github.com/NVIDIA/TensorRT/tree/master/tools/onnx-graphsurgeon/): 0.3.26
- [tf2onnx v1.14.0](https://github.com/onnx/tensorflow-onnx/releases/tag/v1.14.0)
- 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.5.3
- fix: filter outputs using output_metadata in ONNX runners

Expand Down

0 comments on commit 327e947

Please sign in to comment.