diff --git a/docs/en/01-how-to-build/cmake_option.md b/docs/en/01-how-to-build/cmake_option.md
index 66732f818e..4c1df728ad 100644
--- a/docs/en/01-how-to-build/cmake_option.md
+++ b/docs/en/01-how-to-build/cmake_option.md
@@ -103,20 +103,20 @@
-DTENSORRT_DIR=${TENSORRT_DIR}
-DCUDNN_DIR=${CUDNN_DIR}
- 1. ort: ONNXRuntime. ONNXRUNTIME_DIR
is needed.
+ 2. ort: ONNXRuntime. ONNXRUNTIME_DIR
is needed.
-DONNXRUNTIME_DIR=${ONNXRUNTIME_DIR}
- 1. pplnn: PPL.NN. pplnn_DIR
is needed.
+ 3. pplnn: PPL.NN. pplnn_DIR
is needed.
-Dpplnn_DIR=${PPLNN_DIR}
- 1. ncnn: ncnn. ncnn_DIR
is needed.
+ 4. ncnn: ncnn. ncnn_DIR
is needed.
-Dncnn_DIR=${NCNN_DIR}/build/install/lib/cmake/ncnn
- 1. openvino: OpenVINO. InferenceEngine_DIR
is needed.
+ 5. openvino: OpenVINO. InferenceEngine_DIR
is needed.
-DInferenceEngine_DIR=${INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/share
- 1. torchscript: TorchScript. Torch_DIR
is needed.
+ 6. torchscript: TorchScript. Torch_DIR
is needed.
-DTorch_DIR=${Torch_DIR}
-Currently, The Model Converter supports torchscript, but SDK doesn't.SNPE_ROOT
must existed in the environment variable because of C/S mode.Torch_DIR
is required. Torch_DIR
。 TVM_DIR
is required. -DTVM_DIR=${TVM_DIR}
+ 7. snpe: qcom snpe. SNPE_ROOT
must existed in the environment variable because of C/S mode.Torch_DIR
is required.
+-DTorch_DIR=${Torch_DIR}
+ 9. TVM: TVM. TVM_DIR
is required. -DTVM_DIR=${TVM_DIR}
ONNXRUNTIME_DIR
。
+ 2. ort: 表示 ONNXRuntime。需要设置 ONNXRUNTIME_DIR
。
-DONNXRUNTIME_DIR=$env:ONNXRUNTIME_DIR
- 1. pplnn: 表示 PPL.NN。需要设置 pplnn_DIR
。ncnn_DIR
。 InferenceEngine_DIR
。Torch_DIR
。 TVM_DIR
。pplnn_DIR
。ncnn_DIR
。 InferenceEngine_DIR
。Torch_DIR
。Torch_DIR
。 TVM_DIR
。