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

This commit is contained in:
Atilla 2025-04-24 20:07:21 +03:00 committed by GitHub
parent 5adf6f6b7f
commit 49f189439d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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