https://github.com/qengineering/paddle-jetson-nano
Paddle installation wheels for Jetson Nano
https://github.com/qengineering/paddle-jetson-nano
aarch64 armv8 deep-learning jetson-nano jetson-orin linux paddle paddlepaddle python wheel
Last synced: 9 months ago
JSON representation
Paddle installation wheels for Jetson Nano
- Host: GitHub
- URL: https://github.com/qengineering/paddle-jetson-nano
- Owner: Qengineering
- License: apache-2.0
- Created: 2020-11-18T16:33:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T10:25:07.000Z (over 2 years ago)
- Last Synced: 2025-04-13T18:55:11.509Z (about 1 year ago)
- Topics: aarch64, armv8, deep-learning, jetson-nano, jetson-orin, linux, paddle, paddlepaddle, python, wheel
- Homepage: https://qengineering.eu/install-paddle-on-jetson-nano.html
- Size: 79.7 MB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paddle 2.5.2 for the Jetson Orin Nano
Paddle installation wheel `paddlepaddle_gpu-2.5.2-cp38-cp38-linux_aarch64.whl` for the [Jetson Orin Nano](https://ln5.sync.com/dl/20ba294c0/m3qmundt-ci43kjpi-rj6paptx-kqdytcjn)
With 231 MB it is too large for GitHub.
----
# Paddle 2.0.0 for the regular Jetson Nano
Paddle installation files for the Jetson Nano
For the installation guide see [Install Paddle 2.0.0](https://qengineering.eu/install-paddle-on-jetson-nano.html)
## Dependency
```
# install dependencies
$ sudo apt-get install cmake wget
$ sudo apt-get install libatlas-base-dev libopenblas-dev libblas-dev
$ sudo apt-get install liblapack-dev patchelf gfortran
$ sudo -H pip3 install Cython
$ sudo -H pip3 install -U setuptools
$ pip3 install six requests wheel pyyaml
# upgrade version 3.0.0 -> 3.13.0
$ pip3 install -U protobuf
# download the wheel
$ wget https://github.com/Qengineering/Paddle-Jetson-Nano/raw/main/paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
# install Paddle
$ sudo -H pip3 install paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
# clean up
$ rm paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
```
## Wheels
Please find your **linux-aarch64** installation wheel here. The **cpXX** number refers to your Python3 version.
----
Please notice, this is the full Paddle package, not the Paddle Lite version for small devices and mobile phones.
For this guide of Paddle Lite see [Install Paddle Lite](https://qengineering.eu/install-paddle-on-jetson-nano.html)
------------
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPZTM5BB3FCYL)