We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a44f59 commit 56a6af3Copy full SHA for 56a6af3
pytorch/training/buildspec-2-4-ec2.yml
@@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
5
version: &VERSION 2.4.0
6
short_version: &SHORT_VERSION "2.4"
7
arch_type: x86
8
-autopatch_build: "True"
+autopatch_build: "False"
9
10
repository_info:
11
training_repository: &TRAINING_REPOSITORY
release_images_training.yml
@@ -91,3 +91,16 @@ release_images:
91
example: False
92
disable_sm_tag: False
93
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