Skip to content

Commit 03df9f3

Browse files
mrkm4ntrkirilg
authored andcommitted
Fix serving_advanced.md (tensorflow#740)
1 parent 1d93b73 commit 03df9f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow_serving/g3doc/serving_advanced.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ that monitors cloud storage instead of local storage, or you could build a
165165
version policy plugin that does version transition in a different way -- in
166166
fact, you could even build a custom model plugin that serves non-TensorFlow
167167
models. These topics are out of scope for this tutorial. However, you can refer
168-
to the [custom source](custom_source.md) and [custom servable]
169-
(custom_servable.md) tutorials for more information.
168+
to the [custom source](custom_source.md) and
169+
[custom servable](custom_servable.md) tutorials for more information.
170170
171171
## Batching
172172
@@ -250,7 +250,7 @@ To put all these into the context of this tutorial:
250250
servables that can be loaded.
251251

252252
* `AspiredVersionsManager` monitors the export stream, and manages lifecycle
253-
of all SavedModelBundle` servables dynamically.
253+
of all `SavedModelBundle` servables dynamically.
254254

255255
`TensorflowPredictImpl::Predict` then just:
256256

0 commit comments

Comments
 (0)