Skip to content

feature: Add PyTorch 1.13.1 to SDK #3587

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

Merged
merged 25 commits into from Jan 26, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f34555b
add PT 1.13.1 Inference
Jan 12, 2023
d4cdf64
chore: add PT-1.13.1 for tr
Jan 23, 2023
67eb6b2
Merge pull request #2 from ShiboXing/add-pt1.13.1-training
Jan 23, 2023
bf203e3
Merge branch 'master' into add-pt1.13.1-inference
Jan 24, 2023
238f1b8
test: update pytorch training py_version configuration
Jan 24, 2023
9b25f3f
solve py38 issue and training addition
Jan 24, 2023
1a6ad3c
refactor get py version
Jan 24, 2023
4189054
added comma
Jan 24, 2023
d598c07
adding PT 1.13.1 to test_fw_utils
Jan 24, 2023
9109fa1
adding PT 1.13.1 for smdataparallel.
Jan 24, 2023
ac5471f
remote 1.13 and only use 1.13.1 in test_fw_utils
Jan 24, 2023
8cb53db
Merge branch 'master' into add-pt1.13.1-inference
Jan 25, 2023
a6ad8ba
Merge branch 'master' into add-pt1.13.1-inference
Jan 25, 2023
42d8b6f
Merge branch 'add-pt1.13.1-inference' of https://github.com/xncqr/sag…
Jan 25, 2023
53e1a83
fix: p2 issue for test_pytorch_training
Jan 25, 2023
32f37d1
fix: 1.4.0 missing py_version for inference
Jan 25, 2023
d3a7822
fix: p2 error in unit test with a fixture
Jan 25, 2023
3968264
Merge pull request #3 from ShiboXing/add-pt1.13.1-training
Jan 25, 2023
44e0f18
fix: format with black
Jan 25, 2023
3099993
Merge pull request #4 from ShiboXing/add-pt1.13.1-training
Jan 25, 2023
5f1d22a
fix: remove us-isob-east-1 for the latest fw
Jan 25, 2023
62dce63
Merge pull request #5 from ShiboXing/add-pt1.13.1-training
Jan 25, 2023
dcef8d4
add isob to PT 1.13.1 training and inference
Jan 25, 2023
b0cbaf0
correct PT FW version for python logic
Jan 25, 2023
64bb0e8
remove py2 from PT 1.4.0 Inference. accidental add
Jan 25, 2023
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
38 changes: 37 additions & 1 deletion src/sagemaker/image_uri_config/pytorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"1.9": "1.9.1",
"1.10": "1.10.2",
"1.11": "1.11.0",
"1.12": "1.12.1"
"1.12": "1.12.1",
"1.13": "1.13.1"
},
"versions": {
"0.4.0": {
Expand Down Expand Up @@ -765,6 +766,41 @@
"us-west-2": "763104351884"
},
"repository": "pytorch-inference"
},
"1.13.1": {
"py_versions": [
"py39"
],
"registries": {
"af-south-1": "626614931356",
"ap-east-1": "871362719292",
"ap-northeast-1": "763104351884",
"ap-northeast-2": "763104351884",
"ap-northeast-3": "364406365360",
"ap-south-1": "763104351884",
"ap-southeast-1": "763104351884",
"ap-southeast-2": "763104351884",
"ap-southeast-3": "907027046896",
"ca-central-1": "763104351884",
"cn-north-1": "727897471807",
"cn-northwest-1": "727897471807",
"eu-central-1": "763104351884",
"eu-north-1": "763104351884",
"eu-west-1": "763104351884",
"eu-west-2": "763104351884",
"eu-west-3": "763104351884",
"eu-south-1": "692866216735",
"me-south-1": "217643126080",
"sa-east-1": "763104351884",
"us-east-1": "763104351884",
"us-east-2": "763104351884",
"us-gov-east-1": "446045086412",
"us-gov-west-1": "442386744353",
"us-iso-east-1": "886529160074",
"us-west-1": "763104351884",
"us-west-2": "763104351884"
},
"repository": "pytorch-inference"
}
}
},
Expand Down