English

TensorFlow-Serving: Flexible, High-Performance ML Serving

Distributed, Parallel, and Cluster Computing 2017-12-29 v2 Machine Learning

Abstract

We describe TensorFlow-Serving, a system to serve machine learning models inside Google which is also available in the cloud and via open-source. It is extremely flexible in terms of the types of ML platforms it supports, and ways to integrate with systems that convey new models and updated versions from training to serving. At the same time, the core code paths around model lookup and inference have been carefully optimized to avoid performance pitfalls observed in naive implementations. Google uses it in many production deployments, including a multi-tenant model hosting service called TFS^2.

Keywords

Cite

@article{arxiv.1712.06139,
  title  = {TensorFlow-Serving: Flexible, High-Performance ML Serving},
  author = {Christopher Olston and Noah Fiedel and Kiril Gorovoy and Jeremiah Harmsen and Li Lao and Fangwei Li and Vinu Rajashekhar and Sukriti Ramesh and Jordan Soyke},
  journal= {arXiv preprint arXiv:1712.06139},
  year   = {2017}
}

Comments

Presented at NIPS 2017 Workshop on ML Systems (http://learningsys.org/nips17/acceptedpapers.html)