-
Notifications
You must be signed in to change notification settings - Fork 863
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
fix: kserve fastapi migration issues #2175
fix: kserve fastapi migration issues #2175
Conversation
Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
Codecov Report
@@ Coverage Diff @@
## master #2175 +/- ##
==========================================
+ Coverage 69.39% 69.44% +0.05%
==========================================
Files 77 77
Lines 3441 3450 +9
Branches 57 57
==========================================
+ Hits 2388 2396 +8
- Misses 1050 1051 +1
Partials 3 3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@agunapal pls review this PR. |
Hi @jagadeeshi2i Can you please update the PR mentioning whats the migration issue and whats the solution |
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.
Please add a description of what the migration issue and how we are solving it
Hi @jagadeeshi2i Could you please check. It would be good to have this for the next release, which is soon |
@agunapal Pls approve the PR. |
* Update index.md Update to fix a broken link in index.md where the trailing .md is cut off from the management_api.md. Added an anchor link to force the .md to show up. * Update to index.md Update to index.md to fix several links ending in .md that sphinx is breaking. Added anchor links to each link and a corresponding anchor in the affected doc. Tested locally and seems to be working. * Update inference_api.md * Updated typos Fixed typos and updated wordslist.txt * Update wordlist.txt --------- Co-authored-by: sekyonda <7411+sekyonda@users.noreply.ghe.oculus-rep.com> Co-authored-by: lxning <23464292+lxning@users.noreply.github.com>
* Inf2 nightly benchmark * fix linter spellcheck error --------- Co-authored-by: Naman Nandan <namannan@amazon.com>
Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
…adeeshi2i/serve into fix/kserve-fastapi-migration
* fix: kserve fastapi migration issues
Description
KServe 0.10.0 has migrated from tornado server to fastapi server. The PR fixes the issues: #2158 #2156 that are caused as a result of the above migration
Please read our CONTRIBUTING.md prior to creating your first pull reques
Please include a summary of the feature or issue being fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Test A
Logs for Test A
Test B
Logs for Test B
Checklist: