Replies: 1 comment 2 replies
-
|
直接安装mineru[core,lmdeploy]不行吗 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
这是一个非常核心的问题。其实不是 LMDeploy 在“打架”,而是 NumPy 版本在中间“拉偏架”。
MinerU 的最新版(2.7.x)紧跟技术前沿,强制使用了 NumPy 2.x。而 LMDeploy 的所有稳定版(包括最新的 0.12.x)为了兼容更多的推理后端,目前依然锁定在 NumPy 1.x。 @myhloli
Beta Was this translation helpful? Give feedback.
All reactions