Skip to content

Commit

Permalink
[doc][misc] remove deprecated api server in doc (vllm-project#6037)
Browse files Browse the repository at this point in the history
Signed-off-by: Alvant <[email protected]>
  • Loading branch information
youkaichao authored and Alvant committed Oct 26, 2024
1 parent 1e08751 commit 2fa59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/serving/distributed_serving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To run multi-GPU serving, pass in the :code:`--tensor-parallel-size` argument wh

.. code-block:: console
$ python -m vllm.entrypoints.api_server \
$ python -m vllm.entrypoints.openai.api_server \
$ --model facebook/opt-13b \
$ --tensor-parallel-size 4
Expand Down

0 comments on commit 2fa59bf

Please sign in to comment.