-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detectron2在Linux aarch64上不支持 #1096
Labels
bug
Something isn't working
Comments
可以尝试自己通过clone此仓库并通过源码编译安装: |
@myhloli |
|
谢谢,我去试一下 |
|
再执行一遍
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug | 错误描述
我想在我的服务器上运行minerU,但是detectron2没有支持aarch64的wheel,我怎么才能解决这个问题
How to reproduce the bug | 如何复现
先执行
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
接着下载模型
然后运行magic-pdf pdf-command --pdf "demo1.pdf" --inside_model true
命令能执行成功,应该是因为demo里面存在demo1.json文件。
但是我执行magic-pdf pdf-command --pdf "nnU-net.pdf" --inside_model true就发生错误。
我怎么才能在aarch64上安装detectron2
Operating system | 操作系统
Linux
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.7.x
Device mode | 设备模式
cpu
The text was updated successfully, but these errors were encountered: