Fix repo & documentation URLs (#163)

This commit is contained in:
Woosuk Kwon
2023-06-19 20:03:40 -07:00
committed by GitHub
parent 364536acd1
commit b7e62d3454
7 changed files with 22 additions and 22 deletions

View File

@@ -52,6 +52,6 @@ You can also build and install vLLM from source:
.. code-block:: console
$ git clone https://github.com/WoosukKwon/vllm.git
$ git clone https://github.com/vllm-project/vllm.git
$ cd vllm
$ pip install -e . # This may take 5-10 minutes.