You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -66,7 +66,7 @@ the CUDA driver installed and the container must have CUDA)
66
66
67
67
The correct LibTorch version will be pulled down for you by bazel.
68
68
69
-
NOTE: For best compatability with official PyTorch, use torch==1.9.1+cuda111, TensorRT 8.0 and cuDNN 8.2 for CUDA 11.1 however Torch-TensorRT itself supports
69
+
NOTE: For best compatability with official PyTorch, use torch==1.10.0+cuda113, TensorRT 8.0 and cuDNN 8.2 for CUDA 11.3 however Torch-TensorRT itself supports
70
70
TensorRT and cuDNN for CUDA versions other than 11.1 for usecases such as using NVIDIA compiled distributions of PyTorch that use other versions of CUDA
71
71
e.g. aarch64 or custom compiled version of PyTorch.
72
72
@@ -237,7 +237,7 @@ Install or compile a build of PyTorch/LibTorch for aarch64
237
237
238
238
NVIDIA hosts builds the latest release branch for Jetson here:
0 commit comments