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
Windows support is partially supported with DeepSpeed. On Windows you can build wheel with following steps, currently only inference mode is supported.
Install pytorch, such as pytorch 1.8 + cuda 11.1
Install visual cpp build tools, such as VS2019 C++ x64/x86 build tools
Launch cmd console with Administrator privilege for creating required symlink folders
Run python setup.py bdist_wheel to build wheel in dist folder
-From deepseed readme
any definitive guide on install deepspeed on windows?
The text was updated successfully, but these errors were encountered: