{"id":21802465,"url":"https://github.com/qengineering/paddle-jetson-nano","last_synced_at":"2025-09-11T07:33:39.355Z","repository":{"id":53789955,"uuid":"313993758","full_name":"Qengineering/Paddle-Jetson-Nano","owner":"Qengineering","description":"Paddle installation wheels for Jetson Nano","archived":false,"fork":false,"pushed_at":"2023-12-18T10:25:07.000Z","size":83535,"stargazers_count":13,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T18:55:11.509Z","etag":null,"topics":["aarch64","armv8","deep-learning","jetson-nano","jetson-orin","linux","paddle","paddlepaddle","python","wheel"],"latest_commit_sha":null,"homepage":"https://qengineering.eu/install-paddle-on-jetson-nano.html","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-18T16:33:00.000Z","updated_at":"2025-01-02T02:09:02.000Z","dependencies_parsed_at":"2024-11-27T11:40:04.485Z","dependency_job_id":null,"html_url":"https://github.com/Qengineering/Paddle-Jetson-Nano","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Qengineering/Paddle-Jetson-Nano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FPaddle-Jetson-Nano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FPaddle-Jetson-Nano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FPaddle-Jetson-Nano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FPaddle-Jetson-Nano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qengineering","download_url":"https://codeload.github.com/Qengineering/Paddle-Jetson-Nano/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FPaddle-Jetson-Nano/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274595366,"owners_count":25314017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","armv8","deep-learning","jetson-nano","jetson-orin","linux","paddle","paddlepaddle","python","wheel"],"created_at":"2024-11-27T11:28:53.409Z","updated_at":"2025-09-11T07:33:39.321Z","avatar_url":"https://github.com/Qengineering.png","language":null,"funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=CPZTM5BB3FCYL"],"categories":[],"sub_categories":[],"readme":"# Paddle 2.5.2 for the Jetson Orin Nano\nPaddle 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)\u003cbr/\u003e\nWith 231 MB it is too large for GitHub.\u003cbr\u003e\n\n----\n\n# Paddle 2.0.0 for the regular Jetson Nano\nPaddle installation files for the Jetson Nano\u003cbr/\u003e\nFor the installation guide see [Install Paddle 2.0.0](https://qengineering.eu/install-paddle-on-jetson-nano.html) \u003cbr/\u003e\n## Dependency\n```\n# install dependencies\n$ sudo apt-get install cmake wget\n$ sudo apt-get install libatlas-base-dev libopenblas-dev libblas-dev\n$ sudo apt-get install liblapack-dev patchelf gfortran\n$ sudo -H pip3 install Cython\n$ sudo -H pip3 install -U setuptools\n$ pip3 install six requests wheel pyyaml\n# upgrade version 3.0.0 -\u003e 3.13.0\n$ pip3 install -U protobuf\n# download the wheel\n$ wget https://github.com/Qengineering/Paddle-Jetson-Nano/raw/main/paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl\n# install Paddle\n$ sudo -H pip3 install paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl\n# clean up\n$ rm paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl\n```\n## Wheels\nPlease find your **linux-aarch64** installation wheel here. The **cpXX** number refers to your Python3 version.\u003cbr/\u003e\n\n----\n\nPlease notice, this is the full Paddle package, not the Paddle Lite version for small devices and mobile phones.\u003cbr/\u003e\nFor this guide of Paddle Lite see [Install Paddle Lite](https://qengineering.eu/install-paddle-on-jetson-nano.html) \u003cbr/\u003e\n\n------------\n\n[![paypal](https://qengineering.eu/images/TipJarSmall4.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=CPZTM5BB3FCYL) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Fpaddle-jetson-nano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqengineering%2Fpaddle-jetson-nano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Fpaddle-jetson-nano/lists"}