-
Notifications
You must be signed in to change notification settings - Fork 114
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
Readme and Doc update #459
Conversation
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.
PR Summary
This PR significantly updates documentation and templates across the project, focusing on improved clarity, organization, and user experience.
- Added specialized Docker image documentation in
README.md
for CPU, ROCm, and ONNX-GPU/TensorRT deployments - Streamlined issue templates in
.github/ISSUE_TEMPLATE/
for better bug reporting and model addition workflows - Added comprehensive client documentation in
docs/docs/client_infinity.md
with sync/async API examples - Renamed client variable from
client
toi_client
across all code examples for better clarity - Updated build scripts to properly handle OpenAPI client generation and testing separately
9 file(s) reviewed, 12 comment(s)
Edit PR Review Bot Settings | Greptile
description: | | ||
Please note that if the model implementation isn't available in `transformers`, the model can't be loaded. | ||
Please note that if the model implementation isn't available in huggingface libaries (`transformers`), the model can't be loaded. | ||
options: | ||
- label: "The model implementation is available on transformers" | ||
- label: "The model weights are available on huggingface-hub" | ||
- label: "I verified that the model is currently not running in the lastest version `pip install infinity_emb[all] --upgrade`" |
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: typo in 'lastest', should be 'latest'
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
==========================================
+ Coverage 79.19% 79.23% +0.03%
==========================================
Files 42 42
Lines 3379 3380 +1
==========================================
+ Hits 2676 2678 +2
+ Misses 703 702 -1 ☔ View full report in Codecov by Sentry. |
Description
Please provide a clear and concise description of the changes in this PR.
Related Issue
If applicable, link the issue this PR addresses.
Types of Change
Checklist
Additional Notes
Add any other context about the PR here.
License
By submitting this PR, I confirm that my contribution is made under the terms of the MIT license.