Skip to content

Commit 56a6af3

Browse files
committed
disable autopatch and add release config
1 parent 3a44f59 commit 56a6af3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

pytorch/training/buildspec-2-4-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.4.0
66
short_version: &SHORT_VERSION "2.4"
77
arch_type: x86
8-
autopatch_build: "True"
8+
autopatch_build: "False"
99

1010
repository_info:
1111
training_repository: &TRAINING_REPOSITORY

release_images_training.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,16 @@ release_images:
9191
example: False
9292
disable_sm_tag: False
9393
force_release: False
94+
8:
95+
framework: "pytorch"
96+
version: "2.4.0"
97+
customer_type: "ec2"
98+
arch_type: "x86"
99+
training:
100+
device_types: [ "cpu", "gpu" ]
101+
python_versions: [ "py311" ]
102+
os_version: "ubuntu22.04"
103+
cuda_version: "cu124"
104+
example: False
105+
disable_sm_tag: False
106+
force_release: False

0 commit comments

Comments
 (0)