Skip to content

Commit

Permalink
Release PyTorch 2.1 Training Autopatch (#3855)
Browse files Browse the repository at this point in the history
Co-authored-by: Sirut Buasai <[email protected]>
  • Loading branch information
sirutBuasai and Sirut Buasai authored May 9, 2024
1 parent 1bb4b09 commit bc13cd9
Showing 1 changed file with 32 additions and 19 deletions.
51 changes: 32 additions & 19 deletions release_images_training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ release_images:
disable_sm_tag: False
force_release: False
4:
framework: "pytorch"
version: "2.1.0"
customer_type: "sagemaker"
arch_type: "x86"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False
5:
framework: "pytorch"
version: "2.2.0"
arch_type: "x86"
Expand All @@ -65,7 +52,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
6:
5:
framework: "pytorch"
version: "2.0.1"
customer_type: "sagemaker"
Expand All @@ -78,7 +65,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
7:
6:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
Expand All @@ -91,7 +78,7 @@ release_images:
example: False
disable_sm_tag: True
force_release: False
8:
7:
framework: "huggingface_pytorch"
version: "1.13.1"
arch_type: "x86"
Expand All @@ -104,7 +91,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
9:
8:
framework: "tensorflow"
version: "2.14.1"
customer_type: "ec2"
Expand All @@ -117,7 +104,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
10:
9:
framework: "tensorflow"
version: "2.14.1"
customer_type: "sagemaker"
Expand All @@ -130,7 +117,7 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
11:
10:
framework: "tensorflow"
version: "2.13.0"
customer_type: "ec2"
Expand All @@ -143,3 +130,29 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
11:
framework: "pytorch"
version: "2.1.0"
customer_type: "ec2"
arch_type: "x86"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False
12:
framework: "pytorch"
version: "2.1.0"
customer_type: "sagemaker"
arch_type: "x86"
training:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py310" ]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: False
force_release: False

0 comments on commit bc13cd9

Please sign in to comment.