pytorch无法调用amd gpu,如何解决这个问题
https://pytorch.org/

一样的问题
https://www.reddit.com/r/pytorch/comments/10fiyyo/pytorch_windows_amd_radeon_gpu/
评论中给出的解决方法
https://learn.microsoft.com/en-us/windows/ai/directml/gpu-pytorch-windows
Enable PyTorch with DirectML on Windows
根据上面的链接成功部署了Enable PyTorch with DirectML on Windows
但是在运行whisper的时候仍然默认选择了CPU,而不是AMD GPU,该如何解决呢
下图是whisperer和whisper desktop,在Windows上可以直接调用amd gpu的软件。但是whisperdesktop在翻译字幕的时候翻译到后面就是重复内容,因此我想用cmd的方式调用amd gpu来跑这个程式。
