Skip to content

Commit 19a3176

Browse files
authored
Merge pull request #923 from jaybdub/v0.5.0
increment version to v0.5.0
2 parents ac3df64 + e6b4f2c commit 19a3176

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [master](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/master)
44

5+
6+
## [v0.5.0](https://github.com/NVIDIA-AI-IOT/torch2trt/tree/v0.5.0) - 05/3/2024
7+
58
- Added tensor shape tracking to support dynamic shapes for flatten, squeeze, unsqueeze, view, reshape, interpolate, and getitem methods
69
- Added EasyOCR example
710
- Added the ``DatasetRecorder`` context manager, allowing to easily capture of module inputs in large pipeline for calibration and shape inference

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def trt_lib_dir():
5151

5252
setup(
5353
name='torch2trt',
54-
version='0.4.0',
54+
version='0.5.0',
5555
description='An easy to use PyTorch to TensorRT converter',
5656
packages=find_packages(exclude=exclude_dir),
5757
ext_package='torch2trt',

0 commit comments

Comments
 (0)