CharlesDeng0814

Results 1 comments of CharlesDeng0814

> 用了什么推理引擎呢?vllm一般默认会申请90%以上的显存的。另外可以问下你的主要包的版本吗?我之前用paddlevl版本不兼容 我是直接使用的paddleOCR-VL推荐的python脚本集成方法,不确定是什么推理引擎。大致代码如下:from pathlib import Path from paddleocr import PaddleOCRVL input_file = "./your_pdf_file.pdf" output_path = Path("./output") pipeline = PaddleOCRVL() output = pipeline.predict(input=input_file) 包的版本如下:# Name Version Build Channel _libgcc_mutex 0.1 conda_forge...