Skip to content

TF2.19 SageMaker Training Autopatch #5012

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 22 commits into from
Jul 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
52b4794
added core_packages.json file and building autopatch
Jul 10, 2025
c2623d0
Merge branch 'master' into tf219_tr_autopatch
Jul 10, 2025
7bbfcff
corrected path for dlc-pr-tensorflow-2-training in toml file.
Jul 10, 2025
e00b479
removed ',' at end of corepackages files as part of syntax corrections
Jul 10, 2025
af7aa12
rebuilding the image with one test enabled
Jul 11, 2025
fba16ff
added debugging statements to find root cause of the build timeout.
Jul 11, 2025
cf91355
Merge branch 'master' into tf219_tr_autopatch
Jul 11, 2025
c88bf47
added debugging to find timeout issue
Jul 14, 2025
43fe6a9
added extra debugging statements
Jul 14, 2025
d1f8b31
added debugging for trigger_language_patching
Jul 15, 2025
e13ec99
Merge branch 'master' into tf219_tr_autopatch
Jul 15, 2025
e49a133
Merge branch 'master' into tf219_tr_autopatch
Jul 16, 2025
fc63cd1
Merge branch 'master' into tf219_tr_autopatch
Jul 22, 2025
d602ffd
Merge remote-tracking branch 'upstream/master' into tf219_tr_autopatch
Jul 23, 2025
60a072a
added core_packages.json files
Jul 23, 2025
93279bc
enabled furthur testing
Jul 23, 2025
94398c5
Merge branch 'master' into tf219_tr_autopatch
Jul 23, 2025
44260fa
set do_build to false to focus on furthur testing instead of building…
Jul 23, 2025
48ec514
formatted the code with black and reverted back toml file
Jul 23, 2025
e187b56
reverted back patch_helper and utils files used for debugging
Jul 23, 2025
5992a9a
Merge branch 'master' into tf219_tr_autopatch
Jul 23, 2025
3bcee1e
reformatted the files patch_helper and utils
Jul 24, 2025
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
2 changes: 1 addition & 1 deletion tensorflow/training/buildspec-2-19-sm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ framework: &FRAMEWORK tensorflow
version: &VERSION 2.19.0
short_version: &SHORT_VERSION "2.19"
arch_type: x86
#autopatch_build: "True"
autopatch_build: "True"

repository_info:
training_repository: &TRAINING_REPOSITORY
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"awscli": {
"version_specifier": "<2"
},
"opencv-python": {
"version_specifier": "==4.12.0.88",
"skip": "True"
},
"cython": {
"version_specifier": "<3.0"
},
"pyyaml": {
"version_specifier": ">=6.0,<6.1"
},
"sparkmagic": {
"version_specifier": "<1"
},
"tensorflow-io": {
"version_specifier": "==0.37.*"
},
"tensorflow-text": {
"version_specifier": "==2.19.0",
"skip": "True"
},
"tf-keras": {
"version_specifier": "==2.19.0",
"skip": "True"
},
"tensorflow-hub": {
"version_specifier": "==0.16.1",
"skip": "True"
},
"tf-models-official": {
"version_specifier": "==2.19.1",
"skip": "True"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"awscli": {
"version_specifier": "<2"
},
"opencv-python": {
"version_specifier": "==4.11.0.86"
},
"cython": {
"version_specifier": "<3.0"
},
"pyyaml": {
"version_specifier": ">=6.0,<6.1"
},
"sagemaker-experiments": {
"version_specifier": "==0.*"
},
"sparkmagic": {
"version_specifier": "<1"
},
"tensorflow-hub": {
"version_specifier": ">=0.16.1",
"skip": "True"
},
"tensorflow-io": {
"version_specifier": "==0.37.*"
},
"tf-models-official": {
"version_specifier": "==2.19.1",
"skip": "True"
},
"tensorflow-text": {
"version_specifier": "==2.19.0",
"skip": "True"
},
"tf-keras": {
"version_specifier": "==2.19.0",
"skip": "True"
}
}