Skip to content
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

libuv Use on Windows #31

Open
picosankaricpp opened this issue Feb 13, 2025 · 1 comment
Open

libuv Use on Windows #31

picosankaricpp opened this issue Feb 13, 2025 · 1 comment

Comments

@picosankaricpp
Copy link

I'm trying to fine tune with this on Windows. Whenever I try to run it, I get the 'use_libuv was requested but PyTorch was build without libuv support' error. Is there somewhere in the code I can switch away from using libuv?

@jakub-puma
Copy link

That issue will be happened when you use torchrun on Windows.
If you want to use torchrun for multiple GPU environment, then you have to run this code on Linux.
On windows, you can use python train.py command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants