-
Notifications
You must be signed in to change notification settings - Fork 10.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
Update convert-hf-to-gguf.py #8015
Conversation
Replacing with a less risky alternative to the 'assert' statement
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.
syntax correction
Too many blank lines were added on line 977-ish, so it's now breaking CI. Not a huge deal, but wanted to let you know. I will fix in another PR. Make sure to double-check failing CI steps before merging. Sometimes build failures are fine (like the finicky Docker builds), but things like the Lint check should always pass. Always double-check failures to ensure that they're not caused by the PR prior to merging. |
I'm also not sure how the CI treats Python-only changes, and it's possible that CI didn't run until merge, so it might not have been easy to see this one. |
My bad, sorry about that and thanks for fixing! |
No worries! Looking at it now, I'm really not sure if the CI ran prior to the merge or not, so I don't know if there was a way you reasonably could have caught it. We may need to modify the CI triggers on Python-only changes -- I'm really not sure. Either way, not a big deal. I've made my share of merge hiccups, and it's just something to take in stride. :) Thanks for being pro-active with reviews and merges! |
Replacing with a less risky alternative to the 'assert' statement