Skip to content

Commit e70aa87

Browse files
authored
Onboard PyTorch 2.6 inference ARM to autopatch (#5508)
* Onboard PyTorch 2.6 inference ARM to autopatch
1 parent 0cb85da commit e70aa87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytorch/inference/buildspec-arm64-2-6-ec2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.6.0
66
short_version: &SHORT_VERSION "2.6"
77
arch_type: arm64
8-
# autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
inference_repository: &INFERENCE_REPOSITORY

pytorch/inference/buildspec-arm64-2-6-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55
version: &VERSION 2.6.0
66
short_version: &SHORT_VERSION "2.6"
77
arch_type: arm64
8-
# autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
inference_repository: &INFERENCE_REPOSITORY
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildspec_pointer: buildspec-arm64-2-6-ec2.yml
1+
buildspec_pointer: buildspec-arm64-2-6-sm.yml

0 commit comments

Comments
 (0)