mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-07 11:29:11 +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
|
cd vllm
|
||||||
python use_existing_torch.py
|
python use_existing_torch.py
|
||||||
pip install -r requirements/build.txt
|
pip install -r requirements/build.txt
|
||||||
pip install -e . --no-build-isolation
|
pip install --no-build-isolation -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Use the local cutlass for compilation
|
##### Use the local cutlass for compilation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user