-
Notifications
You must be signed in to change notification settings - Fork 547
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
MPT models on the Hub not working with transformers
main
#703
Labels
bug
Something isn't working
Comments
Thanks for letting us know Younes, will look into this ASAP |
Thanks @dakinggg ! |
@younesbelkada this should be resolved in the foundry code now, and I'm uploading the updated code to the hf hub as we speak. |
Ok, this should be resolved completely now. Let me know if you see otherwise! Thanks again for the report :) |
Works now like charm! Thanks for the quick fix @dakinggg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Currently with transformers main loading MPT models from the Hub fails because it tries to import some private method (such as
_expand_mask
) that has been recently removed: huggingface/transformers#27086The simple loading script below should work
The text was updated successfully, but these errors were encountered: