Skip to content

Commit

Permalink
Merge branch 'master' into list_models
Browse files Browse the repository at this point in the history
  • Loading branch information
stegben authored Nov 28, 2018
2 parents 4b3ba2d + c57c757 commit c334ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions serving_utils/saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def _get_next_version(

def save(
self,
legacy_init_op: tf.group = None,
**kwargs
) -> str:
output_version_dir = str(self._get_next_version(self.output_dir))
Expand All @@ -41,7 +40,6 @@ def save(
sess=self.session,
tags=[tf.saved_model.tag_constants.SERVING],
signature_def_map=self.signature_def_map,
legacy_init_op=legacy_init_op,
)
builder.save()
return output_version_dir
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):

setup(
name='serving-utils',
version='0.5.2',
version='0.6.0',
description='Some utilities for tensorflow serving',
long_description=long_description,
python_requires='>=3.6',
Expand Down

0 comments on commit c334ccb

Please sign in to comment.