fix bugs of build doc, update cmake version (#175)

This commit is contained in:
q.yao 2021-11-09 17:44:42 +08:00 committed by GitHub
parent 8208343afd
commit cc4bfe15cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.14)
project(mmdeploy_backend_ops)
# ONNXRUNTIME config

View File

@ -8,9 +8,11 @@ Update third-party libraries.
git submodule update --init
```
Install cmake>=3.14.0
Build the inference engine extension libraries you need.
- [ONNX Runtime](ops/onnxruntime.md)
- [ONNX Runtime](backends/onnxruntime.md)
- [TensorRT](backends/tensorrt.md)
- [ncnn](backends/ncnn.md)
- [PPL](backends/ppl.md)