The default install command does not install torchaudio, but the install command for the xpu (Intel gpu) version does

Hello Forum!

The current install command from the “install grid” is:

pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132

while the xpu version (from Getting Started on Intel GPU) is:

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/xpu

The first does not incude torchaudio, while the second does.

Is some specific reason for this? (This is just idle curiosity on my part – I don’t use
torchaudio.)

Thanks.

K. Frank

torchaudio is in maintenance mode as announced in the repository and discussed here. Because of this the default instructions are not showing it anymore.