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/04 19:22] – 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 | + | ==== Installing pyTorch ==== |
| + | //corrected from: [[https:// | ||
| * install '' | * install '' | ||
| * get version of CUDA: '' | * get version of CUDA: '' | ||
| - | * it's unclear if the following is needed (run as root) (from: [[https:// | + | * install '' |
| - | ''' | + | < |
| - | wget | + | wget raw.githubusercontent.com/ |
| - | raw.githubusercontent.com/ | + | sudo -s # set CUDA version and install as root |
| - | common/ | + | export CUDA_VERSION=12.1 # as an example. |
| - | export CUDA_VERSION=12.1 # as an example. | + | |
| bash ./ | bash ./ | ||
| - | ''' | + | </ |
| - | * install correct numpy version: '' | + | * install correct numpy version: '' |
| * download correct version of pytorch for jetpack version. Search for it at [[https:// | * 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 '' | ||