Unverified Commit 49f18943 authored by Atilla's avatar Atilla Committed by GitHub
Browse files

existing torch installation pip command fix for docs (#17059)

parent 5adf6f6b
......@@ -153,7 +153,7 @@ git clone https://github.com/vllm-project/vllm.git
cd vllm
python use_existing_torch.py
pip install -r requirements/build.txt
pip install -e . --no-build-isolation
pip install --no-build-isolation -e .
```
##### Use the local cutlass for compilation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment