Correct link for serving in ai/model-serving-tensorflow/README.md

Co-authored-by: Janet Kuo <chiachenk@google.com>
This commit is contained in:
Jayesh Mahajan 2025-05-28 14:11:44 -04:00 committed by GitHub
parent 01cf1c41cf
commit ef286fb0ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## 🎯 Purpose / What You'll Learn
This example demonstrates how to deploy a TensorFlow model for inference using [TensorFlow Serving](https://www.tensorflow.org/tfx/serving) on Kubernetes. Youll learn how to:
This example demonstrates how to deploy a TensorFlow model for inference using [TensorFlow Serving](https://www.tensorflow.org/serving) on Kubernetes. Youll learn how to:
- Set up TensorFlow Serving with a pre-trained model
- Use a PersistentVolume to mount your model directory