Skip to content

Commit

Permalink
Update README dependencies section for v1.3.0 (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Dec 12, 2022
1 parent 04bcabe commit 0567b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ 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 1.12.1 (built with CUDA 11.6)
- CUDA 11.6
- cuDNN 8.4.1
- TensorRT 8.4.3.1
- Libtorch 1.13.0 (built with CUDA 11.7)
- CUDA 11.7
- cuDNN 8.5.0
- TensorRT 8.5.0

## Prebuilt Binaries and Wheel files

Expand Down

0 comments on commit 0567b34

Please sign in to comment.