PaddleOCR ARM/aarch64 support. #17328
Replies: 3 comments 1 reply
-
|
Hello @mkd-enrique ! I’m running into the exact same compatibility hurdles. Have you happened to find a stable workaround or a specific build configuration that works for you in the meantime? Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
|
I am in exactly the same situation. I am on a DGX spark, which is aarch64 architecture with a GB10 (sm_121) GPU. Actively seeking paddle team's future support for such a machine. If anybody have any build that work, love to try. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
That's not a biggie. You can compile PaddlePaddle for the DGX Spark yourself. I just did it with help of Anthropic's Claude... Step 1. Check this Step 2. Dependencies
Step3: Check for CUDA 13.0 Toolkit for SBSA/aarch64 If not installed, install via apt on DGX OS: Step 4. Python Venv for Paddle Compiling Step 5: Install Build-Dependencies into Venv for Paddle Compiling Verify with: Step 6. Clone PaddlePaddle Source Current Stable-Branch (3.x) Submodules Verify Step 7. Install Packaging Step 8. This is nasty part A
and also create a log file named "cmake_output.log" for which any AI is helpful to analyse in case anything goes south Step 9. This is nasty part II This took about 40mins on my DGX latest version of this walkthrough will be here: https://news.metaparadigma.de/dgx-spark-installing-paddlepaddle-ocr-on-nvidia-dgx-spark-5348/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellow OCR developers/researchers!
I’m reaching out to ask whether there are any updates on a projected timeline for supporting aarch64/ARM architectures. I saw that the Paddle team recently announced support for the NVIDIA 50 Series, which is exciting, but I’m currently working on a server that uses an aarch64/ARM architecture with a GB10 (sm_121) GPU.
I’ve tested PaddleOCR on my own device and it works amazingly well. I was really hoping to use it in a project I’m currently developing, but due to the current incompatibility, that’s unfortunately not possible.
I’m very much looking forward to future support for aarch64 along with sm_120/sm_121 GPUs!
Beta Was this translation helpful? Give feedback.
All reactions