-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support AMD GPUs on Windows #120
Comments
I'm trying to get this version working. I've installed the CPU version of torch because there is not installation for ROCm on Win.
After commenting the two lines in train.py
This is the output of the command. The training does not start at all.
|
Could you remove that part, |
Nothing found, I tried with |
Understood. I failed. |
Sure I did it, in fact no CUDA error is printed, but the command does nothing, it ends straight away |
https://github.com/34j/so-vits-svc-fork/blob/d7ab45010e73e63b765e9bd24c2635c2d18239be/src/so_vits_svc_fork/utils.py#L31 |
Did |
Yes hubert worked but no GPU was used |
But in this branch realtime inference works on GPU edit. |
@allcontributors add pierluigizagaria userTesting |
I've put up a pull request to add @pierluigizagaria! 🎉 |
It seems difficult to support, so I give up. |
Can this project work with 3.11? I'm trying to install torch-mlir that should make torch compatible my AMD GPU on Windows I've already tried using torch-directml but got the error mentioned here microsoft/DirectML#400 |
3.10 is not supported for the above reasons, but won't it work with 3.11? |
I got an error while trying to install on 3.11 |
Sorry, my typo, I was trying to ask if |
They don't provide compiled Windows versions on 3.10 |
Since both inference and training rely on librosa as of now, 3.11 support is not possible. |
Installing the rc version of numba may allow it to be used with Python 3.11, but may cause other problems (I haven't tried it) |
Would it be possible to run this using directml? (although I've only gotten directml to work on python 3.10.6, haven't tried it on newer versions) |
any update on this? |
Is your feature request related to a problem? Please describe.
AMD GPUs not supported on Windows
Describe the solution you'd like
AMD GPUs not supported on Windows
Additional context
The text was updated successfully, but these errors were encountered: