serving
serving copied to clipboard
A flexible, high-performance serving system for machine learning models
## Bug Report ### System information - **OS Platform and Distribution**: macOS - **TensorFlow Serving installed from**: binary - **TensorFlow version**: 2.14.1 ### Describe the problem We use tensorflow serving...
just wonder know how can get log output, i use the docker environment to run tfserving
Based on your documentation, the logging can be configured for the server: **Model Server Configuration: Specify model names, paths, version policy & labels, logging configuration and more** However, the documentation...
Update WORKSPACE for TF Serving in order to include the recent changes for TSL move for header files. https://github.com/tensorflow/tensorflow/pull/73417
### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Google GKE 1.28.10-gke.1075000, but also occurs with Docker on Mac OSX 14.5 - **TensorFlow Serving installed from (source...
Hi all, I'm fairly new to TF Serving (I've been tasked with making calls to it). For some background here, we are interested in making TF Serving calls from .NET....
Google Would like to migrate the documentation for `serving` away from their internal systems, so this PR implements that migration. Changes in this PR: - Add `mkdocs` to the dependencies...
This PR adds a workflow which builds wheels automatically when a PR is made to check that the PR doesn't break wheel builds. Additionally, when a release is made, this...