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