audio
audio copied to clipboard
No support for Blackwell GPUs on cu128
🚀 The feature
Trying to use nightly pyTorch builds which use cu128 on Blackwell NVIDIA GPUs.
"torchvision 0.22.0.dev20250316+cu128 requires torch==2.8.0.dev20250315+cu128, but you have torch 2.6.0 which is incompatible."
Motivation, pitch
NVIDIA's new GPUs use new cu128, so things like torchaudio/torchvision should be updated to 2.8.0 along with various other things.
Alternatives
No response
Additional context
No response