Skip to content

Commit 3bcafaf

Browse files
committed
update README to use v0.10.0 vllm
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
1 parent 0cc8bb6 commit 3bcafaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Learn more:
2222
1. 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
5252
cd vllm
5353
pip install -r <(sed '/^[torch]/d' requirements/build.txt)
5454
VLLM_TARGET_DEVICE=empty pip install --no-build-isolation -e .

0 commit comments

Comments
 (0)