Skip to content

Commit

Permalink
Merge branch 'master' into release-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sirutBuasai authored Feb 17, 2025
2 parents d71c6fe + 4482958 commit 4c9a4d1
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/inference/buildspec-arm64-2-18-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ framework: &FRAMEWORK tensorflow
version: &VERSION 2.18.0
short_version: &SHORT_VERSION 2.18
arch_type: arm64
# autopatch_build: "True"
autopatch_build: "True"

repository_info:
inference_repository: &INFERENCE_REPOSITORY
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/inference/buildspec-arm64-2-18-sm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ framework: &FRAMEWORK tensorflow
version: &VERSION 2.18.0
short_version: &SHORT_VERSION 2.18
arch_type: arm64
# autopatch_build: "True"
autopatch_build: "True"

repository_info:
inference_repository: &INFERENCE_REPOSITORY
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"awscli":{
"version_specifier":"<2"
},
"cython":{
"version_specifier":"<3.0"
},
"tensorflow-serving-api":{
"version_specifier":"==2.18.0",
"skip":"True"
},
"grpcio":{
"version_specifier":">=1.24.3,<2.0"
},
"protobuf":{
"version_specifier":">=3.20.3,<6.0.0dev,!=4.21.5,!=4.21.4,!=4.21.3,!=4.21.2,!=4.21.1,!=4.21.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"awscli":{
"version_specifier":"<2"
},
"cython":{
"version_specifier":"<3.0"
},
"tensorflow-serving-api":{
"version_specifier":"==2.18.0",
"skip":"True"
},
"grpcio":{
"version_specifier":">=1.24.3,<2.0"
},
"protobuf":{
"version_specifier":">=3.20.3,<6.0.0dev,!=4.21.5,!=4.21.4,!=4.21.3,!=4.21.2,!=4.21.1,!=4.21.0"
},
"falcon":{
"version_specifier":"==3.1.0"
},
"gunicorn":{
"version_specifier":">=22.0.0"
}
}

0 comments on commit 4c9a4d1

Please sign in to comment.