Update setup.md

This commit is contained in:
Rooholla-KhorramBakht 2025-01-10 22:00:32 -05:00 committed by GitHub
parent fd57390bf3
commit 34c2153f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,7 @@ sudo apt update
sudo apt upgrade
```
### Installing CUDA
To use the onboard GPU we need to install the CUDA toolkit for Jetson [here](https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=aarch64-jetson&Compilation=Native&Distribution=Ubuntu&target_version=20.04&target_type=deb_local). Specifically:
```
@ -120,6 +121,7 @@ In order to install Torch, we need to know what Jetpack revision we have. You ca
dpkg-query --show nvidia-l4t-core
```
### Installing Conda
Simply run the following commands to install Conda:
```bash
@ -141,7 +143,7 @@ conda activate rl-deploy
Finally, install the deep learning libraries needed for the deployments:
####Pytorch
#### DL Frameworks
Download and install appropriate version as described [here](https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048):
```bash