I’m using currently a Jetson Orin Nano installed with Jetpack 6.2 with CUDA 12.6.
I need to install torch and torchaudio for Speaker Diarization and the requirements for the Jetson are quite challenging.
I have already installed the latest versions according to this post PyTorch for Jetson but that post only goes until CUDA 12.4. This means that when I install torch and torchaudio, the CUDA is not available.
Are there already compatible versions of torch and torchaudio for Jetson’s using CUDA 12.6?
Thanks.
Thanks for the help. I did that and it worked without incompatibilities. Unfortunately I will have to downgrade everything (JetPack + CUDA + Torch + Torchaudio) to the previous (CUDA 12.2) because the performance of the applications I have was really impacted.
I’m using speechbrain to perform a realtime speaker recognition of a conversation using the mic. In the previous version, he could detect speaker changes in about 2 sec, which was totally accepted. Right now, he is taking 10 seconds, which removes completely the realtime capability.
I believe this might be related with the changes torch and torchaudio are going through now, so I will downgrade from torch 2.8 (CUDA 12.6) to torch 2.3 (CUDA 12.2).
Let me know if you have any ideas or knowledge why this might be happening.