-
Notifications
You must be signed in to change notification settings - Fork 276
Add idle servable management preview #4486
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
35 commits
Select commit
Hold shift + click to select a range
16b513c
Initial refactor commit
atobiszei 1f0a426
fix style
atobiszei ea0ad0b
Add scheduler queue tests
atobiszei 0ab210d
Merge remote-tracking branch 'origin/main' into atobisze_refactor_ser…
atobiszei 67dda0f
Add idle model unload for mediapipe LLM graphs
atobiszei e844d84
Extend idle model management to groups
atobiszei 722d6ff
spelling
dtrawins 9d98be5
stype
dtrawins 479feab
style
dtrawins 542d3ff
fix
dtrawins 58a7096
fix
dtrawins 920681e
style
dtrawins e78a175
build fix
dtrawins f9f6dc7
initialization fix
dtrawins 7df197b
Make model group management use servable loading queue
atobiszei 50bc626
Update
atobiszei d3c646d
Update
atobiszei ac8282e
Update
atobiszei 069d8c1
Update
atobiszei 7885431
Style fix & self review
atobiszei 48c2dab
Self-review
atobiszei 788be2a
Fix test
atobiszei bae1e86
Fix MP retire + new tests
atobiszei 1a70deb
Tests and fixes
atobiszei 426797f
Merge remote-tracking branch 'origin/main' into atobisze_idle_servabl…
atobiszei d3002e4
Update tests & logs
atobiszei 40d97b0
Fix python nodes loading
atobiszei a25a2e2
Copilot review
atobiszei 9c81c4a
Tests for review comments
atobiszei 696fdd4
Fix queue late tasks
atobiszei cbdcb2d
Copilot review
atobiszei 8ae176a
Merge remote-tracking branch 'origin/main' into atobisze_idle_servabl…
atobiszei 69eeaf6
Merge remote-tracking branch 'origin/main' into atobisze_idle_servabl…
atobiszei 8ec0f04
Merge remote-tracking branch 'origin/main' into atobisze_idle_servabl…
atobiszei f4aa3cc
Update docs
atobiszei 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.
Check