You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use CUDA for audio decoding unless you are on 'mps' and need to use CPU (#98)
Previously, both CUDA and MPS tensors were being moved to CPU for audio
decoding. This was only necessary for MPS devices due to embedding operation
limitations. Now CUDA tensors remain on GPU for decoding, improving performance
while maintaining MPS compatibility.
0 commit comments