Skip to content

0.16.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 17 May 23:14
· 7 commits to refs/heads/master since this release
d27c1c1

🐛 Bug Fixes

Expose GRPC model output names @elaubsch (#191)

This PR makes changes to expose the output names of the GRPC-wrapped model. These changes allow the outputs of the TF-served model to be formatted into a dictionary. They are related to this spots PR.

🧰 Maintenance

Cache pip environment for Github actions @elaubsch (#190)

This PR introduces a change to cache the pip environment created to run the test Github action. With this change the tests run in under 2 minutes instead of 7-8 minutes.