Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Nov 7, 2024
1 parent 1626f0c commit 2455882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docsrc/getting_started/jetpack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ Install pip and required python packages:
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
.. code-block:: sh
# install pytorch from nvidia jetson distribution: https://developer.download.nvidia.com/compute/redist/jp/v61/pytorch
python -m pip install torch https://developer.download.nvidia.com/compute/redist/jp/v61/pytorch/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl
.. code-block:: sh
# install required python packages
Expand Down
2 changes: 0 additions & 2 deletions toolchains/jp_workspaces/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ setuptools==70.2.0
numpy<2.0.0
packaging
pyyaml
torch
--index-url https://developer.download.nvidia.com/compute/redist/jp/v61/pytorch/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl

0 comments on commit 2455882

Please sign in to comment.