Hello everyone, I’m running neural network code on the new Jetson orin nano developer kit, which outputs a link to the Gradio interface to the terminal, but as soon as I click on the photo processing button, I get this error: RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
Hi
Have you run the below commands
sudo apt update
sudo apt install nvidia-jetpack
Thanks
I have installed jetpack 6.2.1. it was installed via SDK Manager
Hi,
How do you install the pytorch?
Please provide the commands and referenced link.
Thanks
Stable (2.8.0) / Linux / Pip / Python / CUDA 12.6
Hi,
This torch is for x86.
Please get jetson compatible wheel.
Thanks
I get this error when installing your files:
pip install torch-2.8.0-cp310-cp310-linux_aarch64.whl
Processing ./torch-2.8.0-cp310-cp310-linux_aarch64.whl
ERROR: Wheel ‘torch’ located at /home/jetson/Downloads/torch-2.8.0-cp310-cp310-linux_aarch64.whl is invalid.
pip install torchvision-0.23.0-cp310-cp310-linux_aarch64.whl
Processing ./torchvision-0.23.0-cp310-cp310-linux_aarch64.whl
ERROR: Wheel ‘torchvision’ located at /home/jetson/Downloads/torchvision-0.23.0-cp310-cp310-linux_aarch64.whl is invalid.
P.s. I deleted torch is for x86
Is this still an issue to support? Any result can be shared?
Everything has already been decided
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.