Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
49f18943
Unverified
Commit
49f18943
authored
Apr 24, 2025
by
Atilla
Committed by
GitHub
Apr 24, 2025
Browse files
existing torch installation pip command fix for docs (#17059)
parent
5adf6f6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/getting_started/installation/gpu/cuda.inc.md
docs/source/getting_started/installation/gpu/cuda.inc.md
+1
-1
No files found.
docs/source/getting_started/installation/gpu/cuda.inc.md
View file @
49f18943
...
@@ -153,7 +153,7 @@ git clone https://github.com/vllm-project/vllm.git
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment