Skip to content

Commit 906e49b

Browse files
atilla00dbyoung18
authored andcommitted
existing torch installation pip command fix for docs (vllm-project#17059)
1 parent 872c7a2 commit 906e49b

File tree

1 file changed

+1
-1
lines changed
  • docs/source/getting_started/installation/gpu

1 file changed

+1
-1
lines changed

docs/source/getting_started/installation/gpu/cuda.inc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ git clone https://github.com/vllm-project/vllm.git
153153
cd vllm
154154
python use_existing_torch.py
155155
pip install -r requirements/build.txt
156-
pip install -e . --no-build-isolation
156+
pip install --no-build-isolation -e .
157157
```
158158

159159
##### Use the local cutlass for compilation

0 commit comments

Comments
 (0)