-
Notifications
You must be signed in to change notification settings - Fork 55
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
chore: Export error type #90
Conversation
I think we've not exported the |
Looks like huggingface.co is returning 500s :(
|
Can you run FMT and Clippy? |
I can't actually compile tbh so I cant run clippy. (There's something pulling in an old version of ring and I'm on Windows ARM64. briansmith/ring#1514) |
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.
Thank you 🙏
## [3.11.1](v3.11.0...v3.11.1) (2024-07-28) ## [3.11.1](v3.11.0...v3.11.1) (2024-07-28) ### 🧹 Chores * doc comment reranking.rs ([#91](#91)) ([8d58b88](8d58b88)) * Export error type ([#90](#90)) ([c7a4489](c7a4489))
🎉 This issue has been resolved in version 3.11.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
The error type is exposed in the public API (for example, by the return type of
load_tokenizer
) but right now I can't refer to it without adding a dependency onanyhow
myself.