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
- Upgrade Torch version across the stack
- Update Dynamo sample with advanced usage to indicate usage of new
`options` argument in `torch.compile`
- Enable options argument in `torch.compile` including improved input
handling in the default torch_tensorrt backend
- ResNet example now features `torch_tensorrt.dynamo.compile`, while
transformers example features `torch_tensorrt.compile(...,
ir="dynamo_compile", ...)`
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
116
116
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.
117
117
118
118
- Bazel 5.2.0
119
-
- Libtorch 2.1.0.dev20230419 (built with CUDA 11.8)
119
+
- Libtorch 2.1.0.dev20230601 (built with CUDA 11.8)
0 commit comments