-
Notifications
You must be signed in to change notification settings - Fork 253
Support multiple LitAPIs for inference process and endpoints #513
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
39b9995
start
aniketmaurya ad6b344
update
aniketmaurya 60098f5
Add LitAPIV2 class and refactor LitServerV2 initialization
aniketmaurya 21654f4
Refactor LitAPI and LitServer initialization for improved configuration
aniketmaurya 539d459
Refactor LitAPI loop handling and update test assertions
aniketmaurya 08024dc
Implement validation for api_path in LitServer initialization
aniketmaurya 900ad8a
Merge branch 'main' into aniket/multiple-endpoints
aniketmaurya 4c9f3ed
update
aniketmaurya 6ef9477
Refactor LitServer and LitAPI initialization for deprecation handling
aniketmaurya 429bddc
fix
aniketmaurya 9be1b99
Remove debug print statements from api.py and server.py; add test for…
aniketmaurya 5bf18f8
Refactor LitServer to utilize _LitAPIConnector for improved API manag…
aniketmaurya 66000aa
Merge branch 'main' into endpoint-2
aniketmaurya 8fe8d20
Refactor pre_setup methods in LitAPI and loops for improved handling …
aniketmaurya 319955c
Enhance worker setup in LitServer for improved inference handling
aniketmaurya 00ba243
fixes
aniketmaurya 12464b8
Refactor LitServer and BatchedLoop for improved worker management and…
aniketmaurya e81bd53
update
aniketmaurya 0f8a6e8
Update test_openai_embedding.py to pass spec directly to TestEmbedAPI…
aniketmaurya fe522bd
Refactor LitServer and utility functions for improved worker manageme…
aniketmaurya 6d25c15
Refactor data_streamer method in LitServer for improved accessibility
aniketmaurya c6b91bd
fix
aniketmaurya d42c5ce
fix tests
aniketmaurya f0a3261
fix test
aniketmaurya 01f59a8
update
aniketmaurya 7943cc7
update
aniketmaurya 0055ae6
Apply suggestions from code review
aniketmaurya 8170b3f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 58a04ad
fix
aniketmaurya 91dd7e1
Request queue for each LitAPI
aniketmaurya 0afc18b
Refactor LitAPI and LitServer for improved API path handling
aniketmaurya 0d41e21
fix test
aniketmaurya 5f2a386
fix
aniketmaurya ceb1b7b
fix windows
aniketmaurya 81fff9a
Implement path collision detection in LitServer
aniketmaurya 630cffe
Add mixed streaming configuration check in LitServer
aniketmaurya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.