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
  • Loading branch information
youkaichao authored and prashantgupta24 committed Jul 1, 2024
1 parent 2a1bd61 commit 74e0799
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 74e0799

Please sign in to comment.