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

Add PT2.6 x86 Inf EC2 to release #4574

Merged
merged 1 commit into from
Feb 18, 2025
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
37 changes: 25 additions & 12 deletions release_images_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,19 @@ release_images:

# PyTorch 2.6 Images
19:
framework: "pytorch"
version: "2.6.0"
arch_type: "x86"
customer_type: "ec2"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py312" ]
os_version: "ubuntu22.04"
cuda_version: "cu124"
example: False
disable_sm_tag: False
force_release: False
20:
framework: "pytorch"
version: "2.6.0"
arch_type: "x86"
Expand All @@ -253,7 +266,7 @@ release_images:
force_release: False

# TensorFlow 2.16 Images
20:
21:
framework: "tensorflow"
version: "2.16.2"
customer_type: "ec2"
Expand All @@ -266,7 +279,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
21:
22:
framework: "tensorflow"
version: "2.16.2"
customer_type: "sagemaker"
Expand All @@ -279,7 +292,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
22:
23:
framework: "tensorflow"
version: "2.16.1"
arch_type: "x86"
Expand All @@ -292,7 +305,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
23:
24:
framework: "tensorflow"
version: "2.16.1"
arch_type: "x86"
Expand All @@ -305,7 +318,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
24:
25:
framework: "tensorflow"
version: "2.16.1"
arch_type: "graviton"
Expand All @@ -318,7 +331,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
25:
26:
framework: "tensorflow"
version: "2.16.1"
arch_type: "graviton"
Expand All @@ -333,7 +346,7 @@ release_images:
force_release: False

# TensorFlow 2.18 Images
26:
27:
framework: "tensorflow"
version: "2.18.0"
customer_type: "ec2"
Expand All @@ -346,7 +359,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
27:
28:
framework: "tensorflow"
version: "2.18.0"
customer_type: "sagemaker"
Expand All @@ -359,7 +372,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
27:
29:
framework: "tensorflow"
version: "2.18.0"
arch_type: "x86"
Expand All @@ -372,7 +385,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
28:
30:
framework: "tensorflow"
version: "2.18.0"
arch_type: "x86"
Expand All @@ -385,7 +398,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
29:
31:
framework: "tensorflow"
version: "2.18.0"
arch_type: "arm64"
Expand All @@ -398,7 +411,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
30:
32:
framework: "tensorflow"
version: "2.18.0"
arch_type: "arm64"
Expand Down