Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 13 additions & 41 deletions release_images_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,6 @@
release_images:
# PyTorch 2.6 Images
1:
framework: "pytorch"
version: "2.6.0"
customer_type: "ec2"
arch_type: "x86"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py312" ]
os_version: "ubuntu22.04"
cuda_version: "cu126"
example: False
disable_sm_tag: False
force_release: False
public_registry: True
2:
framework: "pytorch"
version: "2.6.0"
customer_type: "sagemaker"
arch_type: "x86"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py312" ]
os_version: "ubuntu22.04"
cuda_version: "cu126"
example: False
disable_sm_tag: False
force_release: False
public_registry: True
3:
framework: "pytorch"
version: "2.6.0"
arch_type: "x86"
Expand All @@ -44,7 +16,7 @@ release_images:
disable_sm_tag: False
force_release: False
public_registry: True
4:
2:
framework: "pytorch"
version: "2.6.0"
arch_type: "x86"
Expand All @@ -58,7 +30,7 @@ release_images:
disable_sm_tag: False
force_release: False
public_registry: True
5:
3:
framework: "pytorch"
version: "2.6.0"
arch_type: "arm64"
Expand All @@ -72,7 +44,7 @@ release_images:
disable_sm_tag: False
force_release: False
public_registry: True
6:
4:
framework: "pytorch"
version: "2.6.0"
arch_type: "arm64"
Expand All @@ -87,7 +59,7 @@ release_images:
public_registry: True

# PyTorch 2.7 Images
7:
5:
framework: "pytorch"
version: "2.7.0"
customer_type: "ec2"
Expand All @@ -102,7 +74,7 @@ release_images:
force_release: False
public_registry: True
enable_soci: True
8:
6:
framework: "pytorch"
version: "2.7.1"
customer_type: "ec2"
Expand All @@ -117,7 +89,7 @@ release_images:
force_release: False
public_registry: True
enable_soci: True
9:
7:
framework: "pytorch"
version: "2.7.1"
customer_type: "sagemaker"
Expand All @@ -134,7 +106,7 @@ release_images:
enable_soci: True

# PyTorch 2.8 Images
10:
8:
framework: "pytorch"
version: "2.8.0"
customer_type: "ec2"
Expand All @@ -149,7 +121,7 @@ release_images:
force_release: False
public_registry: True
enable_soci: True
11:
9:
framework: "pytorch"
version: "2.8.0"
customer_type: "sagemaker"
Expand All @@ -166,7 +138,7 @@ release_images:
enable_soci: True

# PyTorch 2.9 Images
12:
10:
framework: "pytorch"
version: "2.9.0"
customer_type: "ec2"
Expand All @@ -181,7 +153,7 @@ release_images:
force_release: False
public_registry: True
enable_soci: True
13:
11:
framework: "pytorch"
version: "2.9.0"
customer_type: "sagemaker"
Expand All @@ -198,7 +170,7 @@ release_images:
enable_soci: True

# TensorFlow 2.19 Images
14:
12:
framework: "tensorflow"
version: "2.19.0"
customer_type: "sagemaker"
Expand All @@ -213,7 +185,7 @@ release_images:
force_release: False
public_registry: True
enable_soci: True
15:
13:
framework: "tensorflow"
version: "2.19.0"
arch_type: "x86"
Expand All @@ -227,7 +199,7 @@ release_images:
disable_sm_tag: False
force_release: False
public_registry: True
16:
14:
framework: "tensorflow"
version: "2.19.0"
arch_type: "arm64"
Expand Down