File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
i18n/zh/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments