diff --git a/README.md b/README.md index 0ca48347fc..875b640304 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd These are the following dependencies used to verify the testcases. Torch-TensorRT can work with other versions, but the tests are not guaranteed to pass. - Bazel 5.2.0 -- Libtorch 2.2.0.dev (latest nightly) (built with CUDA 12.1) +- Libtorch 2.3.0.dev (latest nightly) (built with CUDA 12.1) - CUDA 12.1 - cuDNN 8.9.5 - TensorRT 8.6.1 diff --git a/cpp/include/torch_tensorrt/macros.h b/cpp/include/torch_tensorrt/macros.h index 1eb8c6feb5..7c37368054 100644 --- a/cpp/include/torch_tensorrt/macros.h +++ b/cpp/include/torch_tensorrt/macros.h @@ -24,7 +24,7 @@ #define STR(x) XSTR(x) #define TORCH_TENSORRT_MAJOR_VERSION 2 -#define TORCH_TENSORRT_MINOR_VERSION 2 +#define TORCH_TENSORRT_MINOR_VERSION 3 #define TORCH_TENSORRT_PATCH_VERSION 0 #define TORCH_TENSORRT_VERSION \ STR(TORCH_TENSORRT_MAJOR_VERSION) \ diff --git a/dev_dep_versions.yml b/dev_dep_versions.yml index 4249dc9b8b..442485474c 100644 --- a/dev_dep_versions.yml +++ b/dev_dep_versions.yml @@ -1,4 +1,4 @@ -__version__: "2.2.0.dev0" +__version__: "2.3.0.dev0" __cuda_version__: "12.1" __cudnn_version__: "8.9" __tensorrt_version__: "8.6" diff --git a/version.txt b/version.txt index 887948350c..00b35529e0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0a0 +2.3.0a0