Skip to content

Commit 635a218

Browse files
committed
WITH_OPENCV invalid
1 parent 27cfc8c commit 635a218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Base images compiled in this way have smaller sizes than NGC PyTorch images. Ple
162162
| Option | Default | Description |
163163
|--------------------|:-------:|:---------------------------------------------------------------------------------------:|
164164
| DEBUG | 0 | Whether to compile in debug mode |
165-
| WITH_OPENCV | 1 | Whether to compile the C++ backend that depends on OpenCV |
165+
| WITH_OPENCV | 1 | Whether to compile the C++ backend that depends on OpenCV;It's invalid now, don't change it. |
166166
| BUILD_PPLCV | 0 | Whether to compile the C++ backend that depends on ppl.cv(>=0.3.3b2)|
167167
| IPIPE_KEY(optinal) | None | str(length>=8). If using encryption and decryption functions, this key needs to be set. |
168168

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ print(input["result"].shape) # 失败则此键值一定不存在,即使输入
153153
| 选项 | 默认值 | 说明 |
154154
|--------------------|:------:|:--------------------------------------------:|
155155
| DEBUG | 0 | 是否编译为调试模式 |
156-
| WITH_OPENCV | 1 | 是否编译依赖opencv的c++后端 |
156+
| WITH_OPENCV | 1 | 是否编译依赖opencv的c++后端;暂时失效了,不要改动它 |
157157
| BUILD_PPLCV | 0 | 是否编译依赖ppl.cv的c++后端 (`version>=0.3.3b2`) |
158158
| IPIPE_KEY(optinal) || str(length>=8),使用加解密功能时,需要设置此密钥 |
159159

0 commit comments

Comments
 (0)