Update README.md: add steps to run CosyVoice on AMD GPU.#1280
Update README.md: add steps to run CosyVoice on AMD GPU.#1280alexhegit wants to merge 3 commits intoFunAudioLLM:mainfrom
Conversation
|
requirements.txt里面的onnxruntime-gpu需要更改或移除吗,amd有专属的onnxruntime-rocm |
我尝试使用onnxruntime-rocm,但是运行失败了。所以,对于AMD GPU只能使用onnxruntime。 (也不可以使用onnxruntime-gpu) ··· During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): ··· |
Force to use onnxruntime for AMD GPU.
No description provided.