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.
2 parents 3cf58a2 + 6e43e70 commit ac784faCopy full SHA for ac784fa
cpp/include/torch_tensorrt/macros.h
@@ -20,7 +20,7 @@
20
#define STR(x) XSTR(x)
21
22
#define TORCH_TENSORRT_MAJOR_VERSION 1
23
-#define TORCH_TENSORRT_MINOR_VERSION 1
+#define TORCH_TENSORRT_MINOR_VERSION 2
24
#define TORCH_TENSORRT_PATCH_VERSION 0
25
#define TORCH_TENSORRT_VERSION \
26
STR(TORCH_TENSORRT_MAJOR_VERSION) \
py/setup.py
@@ -22,7 +22,7 @@
JETPACK_VERSION = None
-__version__ = '1.1.0'
+__version__ = '1.2.0a0'
27
28
def get_git_revision_short_hash() -> str:
0 commit comments