2.0能否不要默认依赖onnxruntime或者继续提供单独不同依赖的版本 #367
ok-oldking
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
|
之前提供单独版本时候,也是需要先卸载 暂时不考虑提供单独依赖版本的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
2.0没单独依赖的了, 岂不是只要不用onnx都要uninstall一下, python也没法exclude, 我这打包起来会很麻烦, 不支持uninstall操作. 现在只能拷源码到我项目里用 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
之前rapidocr_openvino应该是不用卸载onnxruntime的 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
因为没有单独的版本了
比如我要装onnxruntime-directml, 还要卸载onnxruntime, 部署起来比较麻烦, 不如我直接多写一个依赖
或者说可以继续提供单独不同依赖的版本
Beta Was this translation helpful? Give feedback.
All reactions