mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 06:35:00 +08:00
existing torch installation pip command fix for docs (#17059)
This commit is contained in:
parent
5adf6f6b7f
commit
49f189439d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user