File tree 4 files changed +9
-7
lines changed
cpp/include/torch_tensorrt
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 24
24
#define STR (x ) XSTR(x)
25
25
26
26
#define TORCH_TENSORRT_MAJOR_VERSION 1
27
- #define TORCH_TENSORRT_MINOR_VERSION 2
27
+ #define TORCH_TENSORRT_MINOR_VERSION 3
28
28
#define TORCH_TENSORRT_PATCH_VERSION 0
29
29
#define TORCH_TENSORRT_VERSION \
30
30
STR (TORCH_TENSORRT_MAJOR_VERSION) \
Original file line number Diff line number Diff line change 22
22
# -- Project information -----------------------------------------------------
23
23
24
24
project = "Torch-TensorRT"
25
- copyright = "2021 , NVIDIA Corporation"
25
+ copyright = "2022 , NVIDIA Corporation"
26
26
author = "NVIDIA Corporation"
27
27
28
28
version = "master (" + torch_tensorrt .__version__ + ")"
134
134
"globaltoc_includehidden" : True ,
135
135
"master_doc" : True ,
136
136
"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" ,
138
140
"v1.1.0" : "https://nvidia.github.io/Torch-TensorRT/v1.1.0/" ,
139
141
"v1.0.0" : "https://nvidia.github.io/Torch-TensorRT/v1.0.0/" ,
140
142
"v0.4.1" : "https://nvidia.github.io/Torch-TensorRT/v0.4.1/" ,
Original file line number Diff line number Diff line change 1
1
numpy
2
2
pybind11 == 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
5
5
--extra-index-url https://pypi.ngc.nvidia.com
6
6
nvidia-tensorrt == 8.4.3.1
Original file line number Diff line number Diff line change 28
28
29
29
CI_RELEASE = False
30
30
31
- __version__ = "1.2 .0a0"
32
- __cuda_version__ = "11.3 "
31
+ __version__ = "1.3 .0a0"
32
+ __cuda_version__ = "11.6 "
33
33
__cudnn_version__ = "8.4"
34
34
__tensorrt_version__ = "8.4"
35
35
You can’t perform that action at this time.
0 commit comments