Table of Contents

Jetson

seeedstudio reComputer 3011 and 4012 (and probably others)

Installing pyTorch

corrected from: https://docs.nvidia.com/deeplearning/frameworks/install-pytorch-jetson-platform/index.html)

wget raw.githubusercontent.com/pytorch/pytorch/5c6af2b583709f6176898c017424dc9981023c28/.ci/docker/common/install_cusparselt.sh 
sudo -s # set CUDA version and install as root
export CUDA_VERSION=12.1 # as an example. Use the version returned from ''nvcc --version''
bash ./install_cusparselt.sh
sudo pip3 install --no-cache http://<URL TO PYTORCH WHL>

misc