cannot use torchrun in windows environment

#1
by kerian - opened

try to run using torchrun, need libuv but torch of windows is not build with libuv.
but can bypass this with set USE_LIBUV=0 and use python not torchrun. but also need more settings still.

Sign up or log in to comment