File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,11 @@ def __init__(
185
185
)
186
186
self .framework_version = framework_version
187
187
188
- ## Inference framework version is being introduced to accomodate the mismatch between tensorflow and tensorflow serving releases,
189
- ## wherein the TF and TFS might have different patch versions, but end up hosting the model of same TF version. For eg., the
190
- ## upstream TFS-2.12.0 release was a bad release and hence a new TFS-2.12.1 release was made to host models from TF-2.12.0.
188
+ # Inference framework version is being introduced to accomodate the mismatch between
189
+ # tensorflow and tensorflow serving releases, wherein the TF and TFS might have different
190
+ # patch versions, but end up hosting the model of same TF version. For eg., the upstream
191
+ # TFS-2.12.0 release was a bad release and hence a new TFS-2.12.1 release was made to host
192
+ # models from TF-2.12.0.
191
193
training_inference_version_mismatch_dict = {"2.12.0" : "2.12.1" }
192
194
self .inference_framework_version = training_inference_version_mismatch_dict .get (
193
195
framework_version , framework_version
You can’t perform that action at this time.
0 commit comments