mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* move to lib * optional import pytorch rewriter * reduce torch dependancy of tensorrt export * remove more mmcv support * fix pytest * remove mmcv logge * Add `mmdeploy.utils.logging` * Improve the common of the `get_logger` * Fix lint * onnxruntim add try catch to import wrapper if pytorch is available * Using `mmcv.utils.logging` in all files under `mmdeploy/codebase` * add __init__ * add prebuild tools * support windows * for comment * exit if failed * add exist * decouple * add tags * remove .mmdeploy_python * read python version from system * update windows config * update linux config * remote many * better build name * rename python tag * fix pyhon-tag * update window config * add env search * update tag * fix build without CUDA_TOOLKIT_ROOT_DIR Co-authored-by: HinGwenWoong <peterhuang0323@outlook.com>
14 lines
441 B
YAML
14 lines
441 B
YAML
global_config:
|
|
cmake_envs:
|
|
CMAKE_CXX_COMPILER: "g++-7"
|
|
MMDEPLOY_BUILD_SDK: "ON"
|
|
MMDEPLOY_BUILD_SDK_PYTHON_API: "ON"
|
|
MMDEPLOY_TARGET_DEVICES: '"cpu;cuda"'
|
|
MMDEPLOY_TARGET_BACKENDS: "trt"
|
|
TENSORRT_DIR: "/usr/include/aarch64-linux-gnu"
|
|
CUDA_TOOLKIT_ROOT_DIR: "/usr/local/cuda"
|
|
pplcv_DIR: ${pplcv_DIR}/cuda-build/install/lib/cmake/ppl
|
|
|
|
local_configs:
|
|
- BUILD_NAME: "mmdeploy-{mmdeploy_v}-jetson-cuda{cuda_v}"
|