Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f3d0bf75
Unverified
Commit
f3d0bf75
authored
Apr 10, 2024
by
youkaichao
Committed by
GitHub
Apr 11, 2024
Browse files
[Doc][Installation] delete python setup.py develop (#3989)
parent
e9da5a40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
docs/source/getting_started/installation.rst
docs/source/getting_started/installation.rst
+0
-10
No files found.
docs/source/getting_started/installation.rst
View file @
f3d0bf75
...
...
@@ -85,13 +85,3 @@ You can also build and install vLLM from source:
$ nvcc --version # verify that nvcc is in your PATH
$ ${CUDA_HOME}/bin/nvcc --version # verify that nvcc is in your CUDA_HOME
.. note::
If you are developing the C++ backend of vLLM, consider building vLLM with
.. code-block:: console
$ python setup.py develop
since it will give you incremental builds. The downside is that this method
is `deprecated by setuptools <https://github.com/pypa/setuptools/issues/917>`_.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment