Replies: 1 comment
-
Method 2: Modify mmdeploy/CMakeList.txt But, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ubuntu 22.04
mmdeploy 1.x git clone
onnxruntime 1.16.1 download tar.gz
gcc & g++ 11
run:
cmake ..
-DCMAKE_CXX_COMPILER=g++-11
-DMMDEPLOY_BUILD_SDK=ON
-DMMDEPLOY_BUILD_EXAMPLES=ON
-DMMDEPLOY_BUILD_SDK_PYTHON_API=ON
-DMMDEPLOY_TARGET_DEVICES=cpu
-DMMDEPLOY_TARGET_BACKENDS=ort
-DONNXRUNTIME_DIR=${ONNXRUNTIME_DIR}
It's okay to do this!But,
run:
make -j$(nproc) && make install
Error:
I haven't modified the mmdeploy source code, I've just cloned it from github.
I don't know what the problem is. If you are not clear, please leave a message and reply to me.
Beta Was this translation helpful? Give feedback.
All reactions