You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: