-
Notifications
You must be signed in to change notification settings - Fork 44
Release v3 #109
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
Release v3 #109
Conversation
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
1. update image tag 2. Remove IAM policies for execution role 3. Rename to hyperpod-inference-operator prefix instead of deploymentoperator prefix
Introduce helm charts for hyperpod inference operator
* Add CRDs and setup for region * Change annotation for SA * Remove default region
Update sync branch
**Description** Support jumpstart and custom model endpoints **Testing Done** Tested manually, will add unit tests in next few PRs
**Description** Refactor ModelEndpoint classes to let create happen in separate method instead of constructor **Testing Done** Manually tested in demo notebook
Tested manually in demo jupyter notebook
**Description** **Testing Done** Unit test passes
Add hyperpod inference classes
Make function classmethod and update unit tests
Fix bugs for inference endpoint
…as dependencies feat: add pv and pvc creation as part of helm
Add additional required dependencies for the HyperPod Inference Operator
* Bring HyperPodManager class util functions Unit tests pass and verified in notebook * Update init
… test) (#120) * baseline inference integration test for CLI and SDK, minor bug fix for inference cli, clear inference sdk notebook output * update integ test in progress * update cli code, notebook, integ and unit test to add list_pods and get_logs * clean up merge header
…ime (#122) Updated unit tests and verified in notebook
* Update Readme to include Inference and Training * Update readme command * Documentation updates * Doc Updates
#125) * Update inference and training to only check kubeconfig on the first time Updated unit tests and verified in notebook * Remove old unit tests * Revert "Remove old unit tests" This reverts commit e728e9864c853635f724e9a377fbe870f0f2e2a4. * Move observability utils and constants; Rename set_context/get_context
* Changelog updates * Rebase and update * Fix
* Update Readme to include Inference and Training * Update readme command * Documentation updates * Doc Updates * Readme updates * Fix README.md * Remove Orchestrator from List Cluster * Changes to README.md * Fix the link * Remove orchestrator from README.md
* use unique basename for test file modules * fix unit tests * remove append_uuid test * fix failing test_invoke tests --------- Co-authored-by: adishaa <[email protected]>
* Fix get_cluster_context runtime error * Remove Py38 fromtests
* Fix get_cluster_context runtime error * Remove Py38 fromtests * Fix * Unit test fixes
* baseline inference integration test for CLI and SDK, minor bug fix for inference cli, clear inference sdk notebook output * update integ test in progress * update cli code, notebook, integ and unit test to add list_pods and get_logs * clean up merge header * inference integ tests all passing in chait's account
* baseline inference integration test for CLI and SDK, minor bug fix for inference cli, clear inference sdk notebook output * update integ test in progress * update cli code, notebook, integ and unit test to add list_pods and get_logs * clean up merge header * inference integ tests all passing in chait's account * integ test passing on beta account
* Test PR * Fix is_kubeconfig_loaded Class attribute bug
# Conflicts: # helm_chart/readme.md # src/hyperpod_cli/commands/job.py
rsareddy0329
approved these changes
Jul 10, 2025
sage-maker
approved these changes
Jul 10, 2025
jam-jee
reviewed
Jul 10, 2025
@@ -2,6 +2,7 @@ name: PR Checks | |||
on: | |||
pull_request_target: | |||
branches: | |||
- "master*" |
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.
nit: may not need master branch here, CI would be running on main
jam-jee
approved these changes
Jul 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Approval Steps
For Requester
For Reviewer
For Requester
section to double check each item.