Skip to content

Commit e9ad359

Browse files
committed
docs: Update README.md
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent ac784fa commit e9ad359

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
9696
| Platform | Support |
9797
| ------------------- | ------------------------------------------------ |
9898
| Linux AMD64 / GPU | **Supported** |
99-
| Linux aarch64 / GPU | **Native Compilation Supported on JetPack-4.4+** |
100-
| Linux aarch64 / DLA | **Native Compilation Supported on JetPack-4.4+** |
99+
| Linux aarch64 / GPU | **Native Compilation Supported on JetPack-4.4+ (use v1.0.0 for the time being)** |
100+
| Linux aarch64 / DLA | **Native Compilation Supported on JetPack-4.4+ (use v1.0.0 for the time being)** |
101101
| Windows / GPU | **Unofficial Support** |
102102
| Linux ppc64le / GPU | - |
103103
| NGC Containers | **Included in PyTorch NGC Containers 21.11+** |
@@ -110,11 +110,11 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
110110

111111
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.
112112

113-
- Bazel 4.2.1
113+
- Bazel 5.1.1
114114
- Libtorch 1.11.0 (built with CUDA 11.3)
115-
- CUDA 11.3 (10.2 on Jetson)
115+
- CUDA 11.3
116116
- cuDNN 8.2.1
117-
- TensorRT 8.2.4.2 (TensorRT 8.2.1 on Jetson)
117+
- TensorRT 8.2.4.2
118118

119119
## Prebuilt Binaries and Wheel files
120120

0 commit comments

Comments
 (0)