Skip to content

Commit 002397d

Browse files
committed
remove WITH_TENSORRT
1 parent dd6c453 commit 002397d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ Base images compiled in this way have smaller sizes than NGC PyTorch images. Ple
163163
|--------------------|:-------:|:---------------------------------------------------------------------------------------:|
164164
| DEBUG | 0 | Whether to compile in debug mode |
165165
| WITH_OPENCV | 1 | Whether to compile the C++ backend that depends on OpenCV |
166-
| WITH_TENSORRT | 1 | Whether to compile the C++ backend that depends on TensorRT |
167166
| BUILD_PPLCV | 0 | Whether to compile the C++ backend that depends on ppl.cv(>=0.3.3b2)|
168167
| IPIPE_KEY(optinal) | None | str(length>=8). If using encryption and decryption functions, this key needs to be set. |
169168

169+
<!-- | WITH_TENSORRT | 1 | Whether to compile the C++ backend that depends on TensorRT | -->
170170

171171

172172

i18n/zh/docusaurus-plugin-content-docs/current/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ print(input["result"].shape) # 失败则此键值一定不存在,即使输入
154154
|--------------------|:------:|:--------------------------------------------:|
155155
| DEBUG | 0 | 是否编译为调试模式 |
156156
| WITH_OPENCV | 1 | 是否编译依赖opencv的c++后端 |
157-
| WITH_TENSORRT | 1 | 是否编译依赖tensorrt的c++后端 |
158157
| BUILD_PPLCV | 0 | 是否编译依赖ppl.cv的c++后端 (`version>=0.3.3b2`) |
159158
| IPIPE_KEY(optinal) || str(length>=8),使用加解密功能时,需要设置此密钥 |
160159

160+
<!-- | WITH_TENSORRT | 1 | 是否编译依赖tensorrt的c++后端 | -->
161161

162162

163163
### ABI

0 commit comments

Comments
 (0)