mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
fix bugs of build doc, update cmake version (#175)
This commit is contained in:
parent
8208343afd
commit
cc4bfe15cb
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
project(mmdeploy_backend_ops)
|
||||
|
||||
# ONNXRUNTIME config
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user