File tree 2 files changed +2
-2
lines changed
i18n/zh/docusaurus-plugin-content-docs/current
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ Base images compiled in this way have smaller sizes than NGC PyTorch images. Ple
163
163
| --------------------| :-------:| :---------------------------------------------------------------------------------------:|
164
164
| DEBUG | 0 | Whether to compile in debug mode |
165
165
| 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 |
167
166
| BUILD_PPLCV | 0 | Whether to compile the C++ backend that depends on ppl.cv(>=0.3.3b2)|
168
167
| IPIPE_KEY(optinal) | None | str(length>=8). If using encryption and decryption functions, this key needs to be set. |
169
168
169
+ <!-- | WITH_TENSORRT | 1 | Whether to compile the C++ backend that depends on TensorRT | -->
170
170
171
171
172
172
Original file line number Diff line number Diff line change @@ -154,10 +154,10 @@ print(input["result"].shape) # 失败则此键值一定不存在,即使输入
154
154
| --------------------| :------:| :--------------------------------------------:|
155
155
| DEBUG | 0 | 是否编译为调试模式 |
156
156
| WITH_OPENCV | 1 | 是否编译依赖opencv的c++后端 |
157
- | WITH_TENSORRT | 1 | 是否编译依赖tensorrt的c++后端 |
158
157
| BUILD_PPLCV | 0 | 是否编译依赖ppl.cv的c++后端 (` version>=0.3.3b2 ` ) |
159
158
| IPIPE_KEY(optinal) | 无 | str(length>=8),使用加解密功能时,需要设置此密钥 |
160
159
160
+ <!-- | WITH_TENSORRT | 1 | 是否编译依赖tensorrt的c++后端 | -->
161
161
162
162
163
163
### ABI
You can’t perform that action at this time.
0 commit comments