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 15:38] – John Harrison | lwc:hardware:jetson [2025/03/05 17:12] (current) – [misc] John Harrison | ||
---|---|---|---|
Line 19: | Line 19: | ||
* 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 or would have been faster | * 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 or would have been faster | ||
+ | ==== 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 '' |