You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the PaddleOCR Docs and found no similar bug report.
I have searched the PaddleOCR Issues and found no similar bug report.
I have searched the PaddleOCR Discussions and found no similar bug report.
🐛 Bug (问题描述)
import paddle
when install paddlepaddle
if i using paddlepaddle-3.0.0b1-cp310-cp310-linux_x86_64.whl , code will work
Running verify PaddlePaddle program ...
I1202 08:51:50.801177 32400 program_interpreter.cc:243] New Executor is Running.
I1202 08:51:50.819793 32400 interpreter_util.cc:648] Standalone Executor is Used.
PaddlePaddle works well on 1 CPU.
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.
but when i use paddlepaddle_gpu-3.0.0b2-cp310-cp310-linux_x86_64.whl or b1, b0
will error:
Illegal instruction (core dumped)
i use
NVIDIA-SMI 545.23.06 Driver Version: 545.23.06 CUDA Version: 12.3
if install paddlepaddle_gpu-2.5.2.post116-cp310-cp310-linux_x86_64.whl will working, but i need paddlepaddle-gpu on cuda12 because other library using cuda12.
Who know how to fix this bug?
🏃♂️ Environment (运行环境)
OS Ubuntu 22.04.4 LTS
Environment Jupyter
Python 3.10
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
import paddle
The text was updated successfully, but these errors were encountered:
🔎 Search before asking
🐛 Bug (问题描述)
import paddle
when install paddlepaddle
if i using paddlepaddle-3.0.0b1-cp310-cp310-linux_x86_64.whl , code will work
but when i use paddlepaddle_gpu-3.0.0b2-cp310-cp310-linux_x86_64.whl or b1, b0
will error:
i use
NVIDIA-SMI 545.23.06 Driver Version: 545.23.06 CUDA Version: 12.3
if install paddlepaddle_gpu-2.5.2.post116-cp310-cp310-linux_x86_64.whl will working, but i need paddlepaddle-gpu on cuda12 because other library using cuda12.
Who know how to fix this bug?
🏃♂️ Environment (运行环境)
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
The text was updated successfully, but these errors were encountered: