-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Bug Report: Issues Building DeepSpeed on Windows #5679
Comments
try to replace shutil.copytree('.\\csrc', '.\\deepspeed\\ops')
shutil.copytree('.\\op_builder', '.\\deepspeed\\ops') with shutil.copytree('.\\csrc', '.\\deepspeed\\ops\\csrc')
shutil.copytree('.\\op_builder', '.\\deepspeed\\ops\\op_builder') But I'm not sure if this will work well |
Thanks you. At the same time, I deleted files ( But I met a new error :(
|
@Moemu, it looks like MSVC can't find |
Thank you. Change the code in |
|
Description:
I encountered some issues while building DeepSpeed on Windows systems. The generation process failed, it indicates that the folder already exists.
Environment:
Steps to Reproduce:
Error Log:
The text was updated successfully, but these errors were encountered: