-
Notifications
You must be signed in to change notification settings - Fork 4.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
Update DDP-script.py for Windows #375
Conversation
Hi there, and thanks for the PR! Could you share a bit more information about the issue on Windows? Does it currently result in a warning, error, or is slower? Just trying to understand this a bit better and learn what's going on. |
16dcd9b
to
4b23bda
Compare
When I don't disable libuv, I get the following output and a process ending error:
Expand for full output
Also, I don't have the "Allow edit by maintainers" option because I organize most forks into an organization instead of my own account. I updated the branch to remove the extra space in the comment. |
Thanks for explaining (I am mainly curious because I don't have a Window machine where I could test this). I made some adjustments so that this gets only called on Windows machines specifically. I tried to push it to this branch but it didn't work so I pushed it here in #376 (It includes your commit): |
Sounds good. |
@ngbrown Which pytorch version did you use? RVC-Boss/GPT-SoVITS#1357 (comment) I had no issues with this notebook with 2.4 and 2.5dev on Windows 10/11. |
@d-kleine I have Before installing any other packages I installed PyTorch (per the PyTorch get started page) with:
To run this script, that was all I installed, but even with all the other items from My NVidia chip is old enough I can't use CUDA 12.4, so I use the CUDA 12.1 version. From your comment and the one you linked to, it might be that you have the CPU version installed and CUDA is unavailable for you? |
Hm, thanks - okay, then idk either 🙃 |
Appendix A code