Replies: 3 comments
-
|
没有安装vllm吗 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @19774279! I'm Dosu and I’m helping the MinerU team. 你的错误有两层原因:
有几个解决方案,按推荐顺序: 方案一:使用 mineru -p ./2.pdf -o 2-out.pdf --backend pipeline
方案二:升级系统 libstdc++ sudo apt update
sudo apt install gcc-12 g++-12 libstdc++6或者在 conda 环境中安装: conda install -c conda-forge libstdcxx-ng方案三:使用官方 Docker 镜像 另外,如果你确实需要使用 vllm 后端,确保安装方式正确 [4]: pip install "mineru[core,vllm]"并且注意 vllm 版本需要 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
升级了 libstdc++确实好了,升级以后自动安装了vllm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
pdf文档在官网的线上测试过,转换没有问题。本地转换的时候python 3.10和python3.12都试了,报错一样:
Beta Was this translation helpful? Give feedback.
All reactions