Skip to content

Commit c12e41c

Browse files
atilla00liuzijing2014
authored andcommitted
existing torch installation pip command fix for docs (vllm-project#17059)
1 parent 3b87a2b commit c12e41c

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)