mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* checkout qq group qrcode * update the cover image * update build doc * reorganize chapters * update readme * remove index of build on different platforms in readthedocs * update benchmark * update get started document in Chinese based on the prebuild package * update get_started * re-style benchmark * update get_started in zh_cn * update get_started in english * update get_started in english * update get_started in english * update get_started doc * update according to reviewer comments * update linker ci * fix(.github/scripts/check_doc_linker.py): skip code block * specify PYTHONPATH * update get_started * update diagram * rename some documents * fix according to reviewer comments Co-authored-by: tpoisonooo <khj.application@aliyun.com>
990 B
990 B
Build From Source
Download
git clone -b master git@github.com:open-mmlab/mmdeploy.git --recursive
Note:
-
If fetching submodule fails, you could get submodule manually by following instructions:
cd mmdeploy git clone git@github.com:NVIDIA/cub.git third_party/cub cd third_party/cub git checkout c3cceac115 # go back to third_party directory and git clone pybind11 cd .. git clone git@github.com:pybind/pybind11.git pybind11 cd pybind11 git checkout 70a58c5
-
If it fails when
git clone
viaSSH
, you can try theHTTPS
protocol like this:git clone -b master https://github.com/open-mmlab/mmdeploy.git --recursive
Build
Please visit the following links to find out how to build MMDeploy according to the target platform.