Hi,
I am evaluating wether ROCm is a viable alternative to Cuda to buy a AMD RX 9070 XT GPU.
I successfully managed to install rocm on tumbleweed and I can use it with pytorch.
Now I’d like to run wyoming-piper for Home Assistant with AMD GPU support.
I managed to run wyoming-piper (and wyoming-faster-whisper) on tumbleweed, but failed to run it with AMD GPU support.
It seems wyoming-piper uses piper which uses onnxruntime which can use ROCm.
For that onnxruntime MIGraphXExecutionProvider (and/or ROCMExecutionProvider?) are required.
I did not find tumbleweed packages for them and also not for MIGraphX which would be required to build the onnx runtime execution providers from source.
Any hints?
Anyone using piper or whisper with ROCm?