-
Notifications
You must be signed in to change notification settings - Fork 633
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
Build windows pip wheels #534
Conversation
Codecov ReportBase: 89.81% // Head: 89.81% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #534 +/- ##
=======================================
Coverage 89.81% 89.81%
=======================================
Files 80 80
Lines 4848 4848
=======================================
Hits 4354 4354
Misses 494 494
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once again thanks a lot! this looks good to me. Are we ready to merge now?
@danthe3rd yes, although it would be great if any windows user could test the built wheels, you can merge it and we can deal with the problems later. |
"test in prod" - let's do that :) |
Hi @AbdBarho & @danthe3rd , can we test this now? How do i test on windows? |
The script is currently broken in the following situation: * A merge conflict when importing a fairinternal comit (eg because it modifies a fairinternal file and can't be applied) * AND is also removing a file that exists in OSS (without merge conflict) In that case, we try to resolve to the fairinternal version. This leads to removing the OSS file, but it's already removed in the tree because there was no conflict, and hence `git rm FILE` fails. *I also updated the test to reflect this scenario* Co-authored-by: danthe3rd <danthe3rd@users.noreply.github.com>
What does this PR do?
As a continuation of #523, adds windows pip wheels.
Before submitting
CUTCLASS
not found #473pip
#532PR review
Anyone in the community is free to review the PR once the tests have passed.
Warning
I have no windows machine to test the built wheels, would be great if someone could test it.
You can see the workflow and download the artefacts here:
https://github.com/AbdBarho/xformers-wheels/actions/runs/3518281917
Additional info
Github runners go brrrrrrrrrrrrrrrrrr
The next thing on my todo list would be to optimize the build setup, maybe through docker images or simiar.