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] Onboard PT 2.5 ARM64 to autopatch #4454

Merged
merged 5 commits into from
Dec 5, 2024

Conversation

sallyseok
Copy link
Contributor

@sallyseok sallyseok commented Dec 5, 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

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-arm64-inference': 'pytorch/inference/buildspec-arm64-2-5-ec2.yml'},
    'dev': {   'arm64_mode': True,
               '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,
                'security_tests': True}}
@sallyseok sallyseok requested review from a team as code owners December 5, 2024 00:19
@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 Dec 5, 2024
@sallyseok sallyseok enabled auto-merge (squash) December 5, 2024 00:22
sallyseok and others added 3 commits December 5, 2024 10:25
dlc_developer_config.toml:
{   'build': {   'build_frameworks': ['pytorch'],
                 'build_inference': True,
                 'build_training': False},
    'buildspec_override': {   'dlc-pr-pytorch-arm64-inference': 'pytorch/inference/buildspec-arm64-2-5-sm.yml'},
    'dev': {   'arm64_mode': True,
               '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,
                'security_tests': True}}
@sallyseok sallyseok merged commit 30937fb into aws:master Dec 5, 2024
30 checks passed
@sallyseok sallyseok deleted the onboard-autopatch branch December 5, 2024 19:19
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