hello;
I am currently trying to build and install PyTorch for Jetson Orin;
CUDA version is 12.6;
The pytorch version I have currently chosen is 2.4.1; I’m not sure if this version is compatible with CUDA12.6
Can I get some consultation help
Not my area of expertise. From the archived requirements page of the PyTorch project, pytorch 2.4.1 works with CUDA 11.8, CUDA 12.1, and CUDA 12.4:
Best I know PyTorch is not an NVIDIA product, so when in doubt, make use of the PyTorch support infrastructure; these folks know best what their software’s prerequisites are in terms of software and hardware.
Thank you for your answer;
Before asking the question, I browsed PyTorch’s website; They did not mention CUDA12.6 in the installation command of version 2.4.1; However, I have not found any information that clearly states that pytorch 2.4.1 is not compatible with CUDA 12.6;
This confuses me, although recommended installation methods are provided;
In common industry practice, software vendors state what combinations with other software they have tested and are therefore supported: these combinations should work, and if they do not, it is considered a bug. In other words, compatibility information for a software offerings is stated as “positive lists” (software is known to work with x, y, z), not “negative lists” (software will definitely not work with q, r, s).
A particular software may also work in combination with other than third-party components listed by the vendor of that software. However, this has not been tested and is not guaranteed: If anything goes wrong (which may manifest as an obvious failure or subtle problems only noticed late in the game), you are very likely on your own and there will be nobody who steps up to help you.
Therefore it is always highly recommended (that is, a “best practice”) to stick with those component combinations that are listed as officially supported. You are free to ignore such recommendations, of course.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.