-
Notifications
You must be signed in to change notification settings - Fork 95
feat: expose get_model_info throught a ModelTrait in order to use…
#180
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
feat: expose get_model_info throught a ModelTrait in order to use…
#180
Conversation
8cb9a7b to
6fba8f0
Compare
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.
LGTM!!
Please fix the compilation issue when possible.
6fba8f0 to
56bee53
Compare
56bee53 to
7ef4a2a
Compare
|
Yeah. Makes sense. |
# [5.1.0](v5.0.3...v5.1.0) (2025-08-20) ### Features * expose `get_model_info` through a `ModelTrait` in order to use… ([#180](#180)) ([d0517c2](d0517c2)) ## [5.1.0](v5.0.3...v5.1.0) (2025-08-20) ### 🍕 Features * expose `get_model_info` through a `ModelTrait` in order to use… ([#180](#180)) ([d0517c2](d0517c2))
|
🎉 This PR is included in version 5.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
@Anush008 thank you for this amazing work 💚 |
|
Hey. The community of contributors has been the major driver for this project. |
|
Over 30 contributors so far. |
|
wow this is impressive!! kudos to the community! |
… externally
I created a small
ModelTraitthat we might use for other embeddings later on. I also exposed some structs defined insrc/init.rsthat I forgot to include in #179 ;)