PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
21.66k stars 5.44k forks source link

paddlepaddle 2.6.1 paddleocr 2.7.3 lang='ch'与ocr_version=‘PP-OCRv4’ 报错FatalError: `Illegal instruction` is detected by the operating system Illegal instruction (core dumped) #64011

Open swfclyb opened 2 weeks ago

swfclyb commented 2 weeks ago

bug描述 Describe the Bug

lang='en',ocr_version='PP-OCRv4' 不报错 lang='ch',ocr_version='PP-OCRv4' 报错FatalError: Illegal instruction is detected by the operating system Illegal instruction (core dumped)

ubuntu linux 23.10与24.04

其他补充信息 Additional Supplementary Information

No response

6clc commented 2 weeks ago

你用的Paddle版本是哪个? 参考这个https://github.com/PaddlePaddle/PaddleOCR/issues/11631, 先降低Paddle到2.5.2试试?