Skip to content

Commit

Permalink
Merge pull request #594 from NVIDIA-AI-IOT/v0.3.0
Browse files Browse the repository at this point in the history
increment to version 0.3.0
  • Loading branch information
jaybdub authored Jul 15, 2021
2 parents 003af69 + f6ea401 commit c50039a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Master]

## [0.3.0] - 07/15/2021

- Added converter for ``torch.nn.functional.adaptive_avg_pool3d``
- Added converter for ``torch.nn.functional.adaptive_max_pool3d``
- Added converter for ``torch.maxpool3d`` and ``torch.nn.functional.max_pool3d``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def trt_lib_dir():

setup(
name='torch2trt',
version='0.2.0',
version='0.3.0',
description='An easy to use PyTorch to TensorRT converter',
packages=find_packages(exclude=exclude_dir),
ext_package='torch2trt',
Expand Down

0 comments on commit c50039a

Please sign in to comment.