8000 Comparing aws:master...DemyCode:master · aws/sagemaker-python-sdk · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/sagemaker-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DemyCode/sagemaker-python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 45 files changed
  • 14 contributors

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    dd8d4df View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Merge branch 'master-rba' into local_merge

    root committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    92b706a View commit details
    Browse the repository at this point in the history
  2. fix: skip TF tests for unsupported versions (#5007)

    * fix: skip TF tests for unsupported versions
    
    * flake8
    benieric authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    2f8ed41 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    27b588b View commit details
    Browse the repository at this point in the history
  2. chore: add new images for HF TGI (#5005)

    * feat: add pytorch-tgi-inference 2.4.0
    
    * add tgi 3.0.1 image
    
    * skip faulty test
    
    * formatting
    
    * formatting
    
    * add hf pytorch training 4.46
    
    * update version alias
    
    * add py311 to training version
    
    * update tests with pyversion 311
    
    * formatting
    
    ---------
    
    Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
    varunmoris and benieric authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    6593c69 View commit details
    Browse the repository at this point in the history
  3. feat: use jumpstart deployment config image as default optimization i…

    …mage (#4992)
    
    Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
    gwang111 and benieric authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    51e4cc0 View commit details
    Browse the repository at this point in the history
  4. prepare release v2.238.0

    ci committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    87a1f4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b64f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Fix ssh host policy (#4966)

    * Fix ssh host policy
    
    * Filter policy by algo-
    
    * Add docstring
    
    * Fix pylint
    
    * Fix docstyle summary
    
    * Unit test
    
    * Fix unit test
    
    * Change to unit test
    
    * Fix unit tests
    
    * Test comment out flaky tests
    
    * Readd the flaky tests
    
    * Remove flaky asserts
    
    * Remove flaky asserts
    
    ---------
    
    Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
    sage-maker and benieric authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c753da0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. change: Allow telemetry only in supported regions (#5009)

    * change: Allow telemetry only in supported regions
    
    * change: Allow telemetry only in supported regions
    
    * change: Allow telemetry only in supported regions
    
    * change: Allow telemetry only in supported regions
    
    * change: Allow telemetry only in supported regions
    
    ---------
    
    Co-authored-by: Roja Reddy Sareddy <rsareddy@amazon.com>
    rsareddy0329 and Roja Reddy Sareddy authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    90e9c9f View commit details
    Browse the repository at this point in the history
  2. mpirun protocol - distributed training with @Remote decorator (#4998)

    * implemented multi-node distribution with @Remote function
    
    * completed unit tests
    
    * added distributed training with CPU and torchrun
    
    * backwards compatibility nproc_per_node
    
    * fixing code: permissions for non-root users, integration tests
    
    * fixed docstyle
    
    * refactor nproc_per_node for backwards compatibility
    
    * refactor nproc_per_node for backwards compatibility
    
    * pylint fix, newlines
    
    * added unit tests for bootstrap_environment remote
    
    * added  mpirun protocol for distributed training with @Remote decorator
    
    * aligned mpi_utils_remote.py to mpi_utils.py for estimator
    
    * updated docstring for sagemaker sdk doc
    
    ---------
    
    Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
    brunopistone and benieric authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6d2dfa0 View commit details
    Browse the repository at this point in the history
  3. feat: Add support for deepseek recipes (#5011)

    * feat: Add support for deeepseek recipes
    
    * pylint
    
    * add unit test
    benieric authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    ae1146c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. prepare release v2.239.0

    ci committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    0135d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7baead View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    7dcb4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d395adc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Add docstring for image_uris.retrieve

    pintaoz authored and pintaoz-aws committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    f6da8e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. fix: fix ValueError when updating a data quality monitoring schedule (#…

    …5002)
    
    * fix: fix ValueError when updating a data quality monitoring schedule
    
    * Add unit test
    
    * black formatting
    
    ---------
    
    Co-authored-by: Erick Benitez-Ramos <141277478+benieric@users.noreply.github.com>
    Co-authored-by: parknate@ <parknate@amazon.com>
    3 people authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    20bc464 View commit details
    Browse the repository at this point in the history
  2. Fixed pagination failing while listing collections (#5020)

    Co-authored-by: Keshav Chandak <chakesh@amazon.com>
    keshav-chandak and Keshav Chandak authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    f9508a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Add cleanup logic to model builder integ tests for endpoints (#5022)

    * Add cleanup logic to model builder integ tests for endpoints
    
    * Fix endpoint api call
    sage-maker authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    e7ce13c View commit details
    Browse the repository at this point in the history
Loading
0