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
enabled_precisions = {torch.half}, # Run with FP16
85
92
)
86
93
@@ -114,7 +121,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
114
121
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.
115
122
116
123
- Bazel 5.2.0
117
-
- Libtorch 2.0.0.dev20230103 (built with CUDA 11.7)
124
+
- Libtorch 2.1.0.dev20230314 (built with CUDA 11.7)
118
125
- CUDA 11.7
119
126
- cuDNN 8.5.0
120
127
- TensorRT 8.5.1.7
@@ -124,7 +131,7 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
0 commit comments