You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to deploy a converted model with custom onnxruntime ops from mmdeploy using onnxruntime in a separate docker environment. For various reasons, we would not like to install mmdeploy in the environment.
Is there a way to obtain the libmmdeploy_onnxruntime_ops.so without installing mmdeploy? I could not find the libmmdeploy_onnxruntime_ops.so in the mmdeploy releases tgz.
We considered a multi-stage docker build to copy over libmmdeploy_onnxruntime_ops.so but I think it would add too much time to our existing docker build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I would like to deploy a converted model with custom onnxruntime ops from mmdeploy using onnxruntime in a separate docker environment. For various reasons, we would not like to install mmdeploy in the environment.
Is there a way to obtain the libmmdeploy_onnxruntime_ops.so without installing mmdeploy? I could not find the libmmdeploy_onnxruntime_ops.so in the mmdeploy releases tgz.
We considered a multi-stage docker build to copy over libmmdeploy_onnxruntime_ops.so but I think it would add too much time to our existing docker build.
Any suggestions would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions