Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosek committed Jul 7, 2023
1 parent cd1d2bf commit 73b0f3d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,21 @@ limitations under the License.

# Changelog

## 0.6.1 (unreleased)
## 0.6.1
- fix: Add model from package to Triton model store with custom configs

- Version of external components used during testing:
- [PyTorch 2.1.0a0+4136153](https://github.com/pytorch/pytorch/commit/4136153)
- [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.13.1](https://github.com/microsoft/onnxruntime/tree/v1.13.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.6.0
- new: Zero-copy runners for Torch, ONNX and TensorRT - omit H2D and D2H memory copy between runners execution
- new: `nav.pacakge.profile` API method to profile generated models on provided dataloader
Expand Down

0 comments on commit 73b0f3d

Please sign in to comment.