File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
cpp/include/torch_tensorrt Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2424#define STR (x ) XSTR(x)
2525
2626#define TORCH_TENSORRT_MAJOR_VERSION 1
27- #define TORCH_TENSORRT_MINOR_VERSION 2
27+ #define TORCH_TENSORRT_MINOR_VERSION 3
2828#define TORCH_TENSORRT_PATCH_VERSION 0
2929#define TORCH_TENSORRT_VERSION \
3030 STR (TORCH_TENSORRT_MAJOR_VERSION) \
Original file line number Diff line number Diff line change 2222# -- Project information -----------------------------------------------------
2323
2424project = "Torch-TensorRT"
25- copyright = "2021 , NVIDIA Corporation"
25+ copyright = "2022 , NVIDIA Corporation"
2626author = "NVIDIA Corporation"
2727
2828version = "master (" + torch_tensorrt .__version__ + ")"
134134 "globaltoc_includehidden" : True ,
135135 "master_doc" : True ,
136136 "version_info" : {
137- "master" : "https://nvidia.github.io/Torch-TensorRT/" ,
137+ "master" : "https://pytorch.org/TensorRT/" ,
138+ "v1.2.0" : "https://pytorch.org/TensorRT/v1.2.0" ,
139+ "v1.1.1" : "https://nvidia.github.io/Torch-TensorRT/v1.1.1" ,
138140 "v1.1.0" : "https://nvidia.github.io/Torch-TensorRT/v1.1.0/" ,
139141 "v1.0.0" : "https://nvidia.github.io/Torch-TensorRT/v1.0.0/" ,
140142 "v0.4.1" : "https://nvidia.github.io/Torch-TensorRT/v0.4.1/" ,
Original file line number Diff line number Diff line change 11numpy
22pybind11 == 2.6.2
3- --extra-index-url https://download.pytorch.org/whl/cu116
4- torch == 1.12.1
3+ --extra-index-url https://download.pytorch.org/whl/nightly/ cu116
4+ torch == 1.13.0.dev20220825+cu116
55--extra-index-url https://pypi.ngc.nvidia.com
66nvidia-tensorrt == 8.4.3.1
Original file line number Diff line number Diff line change 2828
2929CI_RELEASE = False
3030
31- __version__ = "1.2 .0a0"
32- __cuda_version__ = "11.3 "
31+ __version__ = "1.3 .0a0"
32+ __cuda_version__ = "11.6 "
3333__cudnn_version__ = "8.4"
3434__tensorrt_version__ = "8.4"
3535
You can’t perform that action at this time.
0 commit comments