-
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
Windows wheel build error - Tried everything with all requirements you have #6871
Comments
Hi @FurkanGozukara - we are working on getting Windows support added back in, and wheels published (and automated) again soon. In the meantime, are you able to identify which deepspeed op is causing the nvcc internal error and confirm if that is the only problem you are hitting/confirm that nvcc is able to properly compile other files? |
hi @loadams . i am able to compile some other apps like InsightFace, XPose, UniPose maybe some other 3d related libraries recently i tried like using microsoft/TRELLIS i really don't know what causes error here entire logs thank you so much i hope you make automated wheel releases for Windows |
Hello again @loadams This guy single handedly and (automatically i presume) publishing all torch and python versions of pre-compiled wheels of pytorch3d Perhaps it can help you https://github.com/MiroPsota/torch_packages_builder I used it and it works amazing |
Still no Windows Python 3.10 pre-compiled wheels published? @loadams I have been waiting for months now Like this one |
Hi @FurkanGozukara - I am still working on this, we have a node we can use for CI when we get the master branch building again, which we hope to be soon. I'll tag any PRs on this issue, and at that point we should be able to publish whls for python 3.10/3.11 at that point for future releases. But we also will need to add additional tests to ensure we don't regress on Windows builds in the future. |
awesome thank you so much appreciate that |
I need compile DeepSpeed for Python 3.10
I have literally everything setup. The compile did run like 20 minute or more
However failed later
Now as a Microsoft you are forcing us to use DeepSpeed on Linux is ridiculous if you ask anyone opinions
So i got build tools totally installed - 2022
I got python 3.10.11 and CUDA 12.4 installed
The first error is that you have to fix setup.py git path since it works only on Linux. I did that
After that compile starts
And finally compile ends with below error
And still with below attached full logs it failed
entire.logs.txt
I have the below pip freeze so you are going to either start publishing pre compiled up to date wheels for Windows or fix your script to run on Windows?
The text was updated successfully, but these errors were encountered: