File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Learn more:
22221 . Install vLLM with ` pip ` or [ from source] ( https://docs.vllm.ai/en/latest/getting_started/installation/gpu/index.html#build-wheel-from-source ) :
2323
2424 ``` bash
25- pip install vllm
25+ VLLM_TARGET_DEVICE=empty pip install git+https://github.com/ vllm-project/vllm.git@v0.10.0
2626 ```
2727
2828 or
2929
3030 ` ` ` bash
3131 # Build vLLM from source for empty platform, reusing existing torch installation
32- git clone https://github.com/vllm-project/vllm
32+ git clone https://github.com/vllm-project/vllm -b v0.10.0
3333 cd vllm
3434 pip install -r <( sed ' /^[torch]/d' requirements/build.txt)
3535 VLLM_TARGET_DEVICE=empty pip install --no-build-isolation -e .
@@ -48,7 +48,7 @@ Learn more:
4848
4949` ` ` bash
5050# Build vLLM from source for empty platform, reusing existing torch installation
51- git clone https://github.com/vllm-project/vllm
51+ git clone https://github.com/vllm-project/vllm -b v0.10.0
5252cd vllm
5353pip install -r <( sed ' /^[torch]/d' requirements/build.txt)
5454VLLM_TARGET_DEVICE=empty pip install --no-build-isolation -e .
You can’t perform that action at this time.
0 commit comments