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

error installing deepspeed on windows #4

Open
ghost opened this issue Jul 22, 2023 · 2 comments
Open

error installing deepspeed on windows #4

ghost opened this issue Jul 22, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 22, 2023

any definitive guide on install deepspeed on windows?

@manmay-nakhashi
Copy link
Owner

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

@Curlypla
Copy link

Curlypla commented Aug 2, 2023

Are you planning to add deep speed / flash attn for tortoise training from https://github.com/152334H/DL-Art-School/tree/master ?

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