-
Notifications
You must be signed in to change notification settings - Fork 9
[inference] Various helpers #138
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
19 commits
Select commit
Hold shift + click to select a range
42ad31a
[kserve] toolbox: deploy_llmisvc: correctly resolve the kserve address
kpouget 74f94fd
[kserve] toolbox: deploy_llmisvc: improve wait_old_pods_gone
kpouget ce0d075
[kserve] toolbox: prepare_hf_model_cache: wait for the pod to start r…
kpouget ca2bcec
[kserve] toolbox: capture_llmisvc_state: capture more information
kpouget 049bdcc
[kserve] toolbox: deploy_llmisvc: capture more information
kpouget 35efb51
[kserve] toolbox: prepare_hf_model_cache: wait 1h for the download co…
kpouget d8f7538
[kserve] toolbox: deploy_llmisvc: add flag to wait_pods_scheduled
kpouget b957741
[kserve] toolbox: deploy_llmisvc: capture_final_llmisvc_yaml: better …
kpouget e9c25dd
[kserve] toolbox: deploy_llmisvc: abort on Pod restart
kpouget 3d80550
[kserve] toolbox: deploy_llmisvc: improve the URL resolution
kpouget 02247d6
[kserve] toolbox: deploy_llmisvc: also wait on SchedulingGated
kpouget ef3abf5
[kserve] toolbox: deploy_llmisvc: expose the try_resolve_endpoint_url…
kpouget 8ef80c1
[kserve] toolbox: deploy_llmisvc: save the deploy/rs/pod description
kpouget 96b00a0
[guidellm] toolbox: run_smoke_request: save the pod info in a file
kpouget 68b26a8
[guidellm] toolbox: run_smoke_request: don't wait for the pod deletion
kpouget bcde3d0
[guidellm] toolbox: run_guidellm_benchmark: give more time
kpouget b4e8c2c
[guidellm] toolbox: run_guidellm_benchmark: set the owner of the PVC
kpouget c5547eb
[caliper] engine: parameter_matrix: don't truncate long parameters
kpouget b7f46d8
[llm_d] tests: test_deployment_profiles: add a 60s timeout
kpouget 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| from __future__ import annotations | ||
|
|
||
| from projects.kserve.toolbox.deploy_llmisvc.main import try_resolve_endpoint_url | ||
|
|
||
| __all__ = ["try_resolve_endpoint_url"] |
Oops, something went wrong.
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.