Tried, and successfully flashed. Please see
However, again, met exactly the same issue as: Cannot get Torch met CUDA to work on Jetson Orin .
➜ ~ python
Python 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.cuda.is_available()
False
Can you provide the .whl
files for torch
?
And, what about torchvision
?
Thank you …