forked from aws/sagemaker-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
sync with master branch #2
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
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
* Release TGI 1.1.0 * add image alias
* Adding feature processor APIs to public doc * Minor fix for the path of feature processor * Add spark dependencies to doc requirements * Fix the path * Remove iceberg data source to resolve build error * Remove feature_processor doc for now * Add feature_processor back * Rename the feature_processor file * Modify the feature processor path in test * Fix the path of feature processor * r * Fix the doc string error by removing the example block * r * r * Fix the black format validation * Add newline to requirement txt file * Fix the doc build failure * Add feature processor file * Fix the test * Remove requirements * mock pyspark import * Add more more import mocks * Add py4j for mock * Fix black validation failure
… features in Feature Store. (#4162)
* feature: method to build pipeline parameters from existing execution … (#951) * feature: method to build pipeline parameters from existing execution with optional value overrides * fix style check * assert error message in unit test * feature: allow opt out from referencing latest execution in the selec… (#1004) * fix: Update pipeline.py and selective_execution_config.py with small fixes (#1099) --------- Co-authored-by: stacicho <[email protected]> Co-authored-by: Zuoyuan Huang <[email protected]>
…cumentation (#4165) * documentation: Include FeatureGroup's load_feature_definitions documentation * Escape underscore in type names
Co-authored-by: Zuoyuan Huang <[email protected]>
* Add `container_default_config` argument * Add container config to local mode config * Add tests * Update documentation * Update LocalSagemakerRuntimeClient
* feature: add custom_file_filter argument to job setting * change: Add more tests
* feat: jumpstart default payloads * chore: use lru cache for python compatibility * fix: lru cache annotation * fix: switch order of annotations * fix: docstring, add integ test * fix: flake8 * fix: incorrect words * chore: address PR comments * chore: address PR comments on payload caching * chore: update unit test to check for payload value * chore: address git comments * chore: improve docstring * chore: address comments and fix typing/docstrings
Co-authored-by: martinRenou <[email protected]>
…_distributed.py (#4181) This change updates the EC2 instance in the test because g5.8xlarge has lower capacity and frequently throws Capacity errors in us-west-2 region.
Co-authored-by: Harsha Reddy <[email protected]>
* change: Updates for DJL 0.24.0 Release * Fix typo
Co-authored-by: Keshav Chandak <[email protected]>
* feat: jumpstart private model artifacts * chore: use gated instead of private keyword
) Co-authored-by: Rohith Nadimpally <[email protected]> Co-authored-by: rohithn1 <[email protected]>
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.
Issue #, if available:
Description of changes:
Testing done:
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.