-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update README.md: add steps to run CosyVoice on AMD GPU. #1280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refine the patch to force use onnxruntime for AMD GPU.
No description provided.