Skip to content
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

[PyTorch][Inference][EC2] Upgrade torchserve to 0.12.0 in PT 2.4 #4401

Merged
merged 5 commits into from
Nov 1, 2024

Conversation

sallyseok
Copy link
Contributor

@sallyseok sallyseok commented Oct 31, 2024

GitHub Issue #, if available:

Note:

  • If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the right.

  • All PR's are checked weekly for staleness. This PR will be closed if not updated in 30 days.

Description

Tests run

  • Tests for x86 images passed on 9e55d08
  • Tests for graviton images passed on 46ebf4b

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dlc_developer_config.toml:
{   'build': {   'build_frameworks': ['pytorch'],
                 'build_inference': True,
                 'build_training': False},
    'buildspec_override': {   'dlc-pr-pytorch-inference': 'pytorch/inference/buildspec-2-4-ec2.yml'},
    'dev': {   'deep_canary_mode': False,
               'graviton_mode': False,
               'neuronx_mode': False},
    'test': {   'ec2_tests': True,
                'ecs_tests': True,
                'eks_tests': True,
                'sagemaker_local_tests': True,
                'sagemaker_remote_tests': True,
                'sanity_tests': True}}
@sallyseok sallyseok requested review from a team as code owners October 31, 2024 20:53
@aws-deep-learning-containers-ci aws-deep-learning-containers-ci bot added build Reflects file change in build folder pytorch Reflects file change in pytorch folder Size:S Determines the size of the PR labels Oct 31, 2024
@sallyseok sallyseok changed the title [PyTorch][Inference] Upgrade torchserve version in PT 2.4 EC2 images [PyTorch][Inference][EC2] Upgrade torchserve to 0.12.0 in PT 2.4 Oct 31, 2024
dlc_developer_config.toml:
{   'build': {   'build_frameworks': ['pytorch'],
                 'build_inference': True,
                 'build_training': False},
    'buildspec_override': {   'dlc-pr-pytorch-graviton-inference': 'pytorch/inference/buildspec-graviton-2-4-ec2.yml'},
    'dev': {   'deep_canary_mode': False,
               'graviton_mode': True,
               'neuronx_mode': False},
    'test': {   'ec2_tests': True,
                'ecs_tests': True,
                'eks_tests': True,
                'sagemaker_local_tests': True,
                'sagemaker_remote_tests': True,
                'sanity_tests': True}}
@sallyseok sallyseok enabled auto-merge (squash) November 1, 2024 19:14
@sallyseok sallyseok merged commit f97413f into aws:master Nov 1, 2024
28 checks passed
@sallyseok sallyseok deleted the upgrade-ts branch November 1, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Reflects file change in build folder pytorch Reflects file change in pytorch folder Size:S Determines the size of the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants