Skip to content

Commit 28ac36a

Browse files
bhanutejagkBhanu Teja Goshikonda
andauthored
Onboarding Tensorflow 2.19 Inference onto autopatch (#4983)
* adding core_packages.json file and enabling autopatch_build in buildspec * building the inf image enabling autopatch * modified core_packages to 2.19 and running the tests as build is successful * running ec2 benchmark,ec2_heavy_instance, sagemaker_efa, sagemaker_rc, sagemaker_benchmark tests * reverting back toml file * added gpu core_packages and build the image and testing it * fix: corrected buildspec file name in toml file * running further tests apart from basic tests * reverting back toml file --------- Co-authored-by: Bhanu Teja Goshikonda <[email protected]>
1 parent c4abd38 commit 28ac36a

File tree

4 files changed

+50
-2
lines changed

4 files changed

+50
-2
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ dlc-pr-stabilityai-pytorch-inference = ""
176176

177177
# EIA Inference
178178
dlc-pr-pytorch-eia-inference = ""
179-
dlc-pr-tensorflow-2-eia-inference = ""
179+
dlc-pr-tensorflow-2-eia-inference = ""

tensorflow/inference/buildspec-2-19-sm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework: &FRAMEWORK tensorflow
55
version: &VERSION 2.19.0
66
short_version: &SHORT_VERSION 2.19
77
arch_type: x86
8-
#autopatch_build: "True"
8+
autopatch_build: "True"
99

1010
repository_info:
1111
inference_repository: &INFERENCE_REPOSITORY
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"protobuf":{
3+
"version_specifier": ">=3.20.3,<5.0.0dev,!=4.21.5,!=4.21.4,!=4.21.3,!=4.21.2,!=4.21.1,!=4.21.0"
4+
},
5+
"cython":{
6+
"version_specifier": "<3.0"
7+
},
8+
"awscli":{
9+
"version_specifier": "<2"
10+
},
11+
"tensorflow-serving-api":{
12+
"version_specifier": "==2.19.0",
13+
"skip":"True"
14+
},
15+
"falcon":{
16+
"version_specifier": "==3.1.0"
17+
},
18+
"gunicorn":{
19+
"version_specifier": ">=22.0.0"
20+
},
21+
"urllib3": {
22+
"version_specifier": ">=2.0.7"
23+
}
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"protobuf":{
3+
"version_specifier": ">=3.20.3,<5.0.0dev,!=4.21.5,!=4.21.4,!=4.21.3,!=4.21.2,!=4.21.1,!=4.21.0"
4+
},
5+
"cython":{
6+
"version_specifier": "<3.0"
7+
},
8+
"awscli":{
9+
"version_specifier": "<2"
10+
},
11+
"tensorflow-serving-api-gpu":{
12+
"version_specifier": "==2.19.0",
13+
"skip":"True"
14+
},
15+
"falcon":{
16+
"version_specifier": "==3.0.1"
17+
},
18+
"gunicorn":{
19+
"version_specifier": ">=22.0.0"
20+
},
21+
"urllib3": {
22+
"version_specifier": ">=2.0.7"
23+
}
24+
}

0 commit comments

Comments
 (0)