Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit ded0689

Browse files
authored
update xpu.md to v0.17.0 for vLLM (#972)
Signed-off-by: Yan Ma <yan.ma@intel.com>
1 parent 573910e commit ded0689

3 files changed

Lines changed: 91 additions & 116 deletions

File tree

vllm/0.14.1-xpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The vLLM used in this docker image has same code base as [v0.14.1](https://githu
99
| Host OS   | Ubuntu 25.04 |
1010
| Python   | 3.12 |
1111
| KMD Driver | 6.14.0 |
12-
| OneAPI   | 2025.3.2.4 with hotfix |
12+
| OneAPI   | 2025.3.2 with hotfix |
1313
| PyTorch   | PyTorch 2.10 |
1414
| IPEX   | 2.10.10 |
1515
| OneCCL   | 2021.15.7.8 |

vllm/0.17.0-xpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This release is the first to switch to the optimized kernel library [vllm-xpu-ke
99
| Host OS | Ubuntu 25.04 |
1010
| Python | 3.12 |
1111
| KMD Driver | 6.14.0 |
12-
| oneAPI | 2025.3.2.4 with hotfix |
12+
| oneAPI | 2025.3.2 with hotfix |
1313
| PyTorch | 2.10 |
1414
| vllm-xpu-kernels | 0.1.4 |
1515
| oneCCL | 2021.15.7.8 |
@@ -130,7 +130,7 @@ The following items are also known issues:
130130
```bash
131131
docker run -t -d --shm-size 10g --net=host --ipc=host --privileged \
132132
-v /dev/dri/by-path:/dev/dri/by-path --name=vllm-test \
133-
--device /dev/dri:/dev/dri --entrypoint= intel/vllm:0.17.0-xpu /bin/bash
133+
--device /dev/dri:/dev/dri --entrypoint=/bin/bash intel/vllm:0.17.0-xpu
134134
```
135135

136136
3. Open two terminals and run `docker exec -it vllm-test bash` in both of them. Use one terminal for the server and the other for the client.

0 commit comments

Comments
 (0)