Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:hardware:jetson [2025/03/04 21:53] John Harrisonlwc:hardware:jetson [2025/03/05 17:12] (current) – [misc] John Harrison
Line 32: Line 32:
   * install correct numpy version: ''sudo pip install numpy==1.26.1''   * install correct numpy version: ''sudo pip install numpy==1.26.1''
   * download correct version of pytorch for jetpack version. Search for it at [[https://developer.download.nvidia.cn/compute/redist/jp/]]   * download correct version of pytorch for jetpack version. Search for it at [[https://developer.download.nvidia.cn/compute/redist/jp/]]
-  * ''sudo pip3 install --no-cache http://<URL TO PYTORCH WHL>''+<code> 
 +sudo pip3 install --no-cache http://<URL TO PYTORCH WHL> 
 +</code>
  
 ==== misc ==== ==== misc ====
-  * if ''onnxruntime'' fails with message ''Invalid argument. Specify the number of threads explicitly'' fix with one-time cli command: ''sudo nvpmodel -m 0'' which forces the computer to run at max speed I guess?+  * [[https://elinux.org/Jetson_Zoo#ONNX_Runtime|onnxruntime for Jetson]] 
 +  * if ''onnxruntime'' fails with message ''Invalid argument. Specify the number of threads explicitly'' fix with one-time cli command: ''sudo nvpmodel -m 0'' which forces the computer to with no throttling 
 +  * ''tegrastats'' might show load on GPU? 
 +    * ''tegrastats | cut -f 14 -d " "'' shows % load on GPU 
 +  * you can get rid of the warning ''System Throttled due to Over-current'' by editing ''/usr/share/nvpmodel_indicator/nvpmodel_indicator.py''
  • lwc/hardware/jetson.1741146796.txt.gz
  • Last modified: 2025/03/04 21:53
  • by John Harrison