Updated https://pypi.jetson-ai-lab.dev/jp6/cu126 torch wheeel throw error on JP6.2

I think there was an update yesterday on jp6/cu126 index and something is broken with torch.

Simple repro case:
conda create -n test-wheel python=3.13
conda activate test-wheel
pip install https://pypi.jetson-ai-lab.dev/jp6/cu126/+f/6cc/6ecfe8a5994fd/torch-2.6.0-cp310-cp310-linux_aarch64.whl\#sha256\=6cc6ecfe8a5994fd6d58fb6d6eb73ff2437428bb4953f3ebaa409f83a5f4db99

ERROR: torch-2.6.0-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.

This command:
http://jetson.webredirect.org/jp6/cu126/+f/5cf/9ed17e35cb752/torch-2.5.0-cp310-cp310-linux_aarch64.whl#sha256=5cf9ed17e35cb7523812aeda9e7d6353c437048c5a6df1dc6617650333049092

worked on monday (march 31).
It’s worth noting that even the old wheel with torch torch-2.5.0 throw that same error today

Hi,

The prebuilt is for Python 3.10.
If you need Python 3.13, please build the PyTorch from source.

Thanks.

1 Like