Skip to content

Commit d5ec6bf

Browse files
authored
Removing TorchServe reference per TT228127036. (#3405)
1 parent c654b2c commit d5ec6bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

intermediate_source/rpc_async_execution.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Prerequisites:
1515
This tutorial demonstrates how to build batch-processing RPC applications with
1616
the `@rpc.functions.async_execution <https://pytorch.org/docs/master/rpc.html#torch.distributed.rpc.functions.async_execution>`__
1717
decorator, which helps to speed up training by reducing the number of blocked
18-
RPC threads and consolidating CUDA operations on the callee. This shares the
19-
same idea as `Batch Inference with TorchServe <https://pytorch.org/serve/batch_inference_with_ts.html>`__.
18+
RPC threads and consolidating CUDA operations on the callee.
2019

2120
.. note:: This tutorial requires PyTorch v1.6.0 or above.
2221

0 commit comments

Comments
 (0)