Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lwc:hardware:jetson [2025/03/03 11:54] – John Harrison | lwc:hardware:jetson [2025/03/05 17:12] (current) – [misc] John Harrison | ||
---|---|---|---|
Line 17: | Line 17: | ||
* attach USB cable to " | * attach USB cable to " | ||
* 1/2 way through the install process, sdkmanager will want to reconfirm/ | * 1/2 way through the install process, sdkmanager will want to reconfirm/ | ||
- | * at that point I switched to ethernet as both units were connected to my router. I'm not sure if sticking with usb might have worked | + | * at that point I switched to ethernet as both units were connected to my router. I'm not sure if sticking with usb might have worked |
+ | ==== Installing pyTorch ==== | ||
+ | //corrected from: [[https:// | ||
+ | * install '' | ||
+ | * get version of CUDA: '' | ||
+ | * install '' | ||
+ | < | ||
+ | wget raw.githubusercontent.com/ | ||
+ | sudo -s # set CUDA version and install as root | ||
+ | export CUDA_VERSION=12.1 # as an example. Use the version returned from '' | ||
+ | bash ./ | ||
+ | </ | ||
+ | * install correct numpy version: '' | ||
+ | * download correct version of pytorch for jetpack version. Search for it at [[https:// | ||
+ | < | ||
+ | sudo pip3 install --no-cache http://< | ||
+ | </ | ||
+ | |||
+ | ==== misc ==== | ||
+ | * [[https:// | ||
+ | * if '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * you can get rid of the warning '' |