-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Workflow / Bnb: Add a mechanism to inform us if the import fails #1830
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Just for my understanding, this is basically an extra step that checks if bnb import works and reports the results to slack (I wonder if checking python -m bitsandbytes
would also make sense).
This does not address the issue that the failing nightly bnb runs are not correctly reported on slack, right? Could we also use the post-slack
workflow for those to report them correctly?
Makes sense, added them as suggested ! LMK wdyt ! |
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.
Thanks for working on this. LGTM.
Thanks @younesbelkada for working on this and @BenjaminBossan for raising this and following up! Everything LGTM as well, but agreed that we should definitely add |
The issue with |
LMK what do you think and I will merge if you think what I said makes sense |
Can we not have both, first |
Done ! |
Thanks. Just a small note: Would it make sense to call |
makes sense! |
From my point of view, this can be merged, not sure if we want to wait for another look by Titus. |
just forgot to merge! :D |
As per title and to avoid our CI silently passing
cc @Titus-von-Koeller @BenjaminBossan