Skip to content

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 74 commits into from
Nov 1, 2023
Merged

sync with master branch #2

merged 74 commits into from
Nov 1, 2023

Conversation

haixiw
Copy link
Owner

@haixiw haixiw commented Nov 1, 2023

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

  • I have read the CONTRIBUTING doc
  • I certify that the changes I am introducing will be backward compatible, and I have discussed concerns about this, if any, with the Python SDK team
  • I used the commit message format described in CONTRIBUTING
  • I have passed the region in to all S3 and STS clients that I've initialized as part of this change.
  • I have updated any necessary documentation, including READMEs and API docs (if appropriate)

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added unit and/or integration tests as appropriate to ensure backward compatibility of the changes
  • I have checked that my tests are not configured for a specific region or account (if appropriate)
  • I have used 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.

haixiw and others added 30 commits October 2, 2023 12:53
* 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
* 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
* 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
…_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.
mwfongAWS and others added 29 commits October 18, 2023 08:14
* change: Updates for DJL 0.24.0 Release

* Fix typo
* feat: jumpstart private model artifacts

* chore: use gated instead of private keyword
@haixiw haixiw merged commit 912f739 into haixiw:master Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.