We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a048b0 commit 98f6ac2Copy full SHA for 98f6ac2
setup.py
@@ -51,7 +51,7 @@ def trt_lib_dir():
51
52
setup(
53
name='torch2trt',
54
- version='0.3.0',
+ version='0.4.0',
55
description='An easy to use PyTorch to TensorRT converter',
56
packages=find_packages(exclude=exclude_dir),
57
ext_package='torch2trt',
0 commit comments