Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm/0.14.1-xpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The vLLM used in this docker image has same code base as [v0.14.1](https://githu
| Host OS   | Ubuntu 25.04 |
| Python   | 3.12 |
| KMD Driver | 6.14.0 |
| OneAPI   | 2025.3.2.4 with hotfix |
| OneAPI   | 2025.3.2 with hotfix |
| PyTorch   | PyTorch 2.10 |
| IPEX   | 2.10.10 |
| OneCCL   | 2021.15.7.8 |
Expand Down
4 changes: 2 additions & 2 deletions vllm/0.17.0-xpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This release is the first to switch to the optimized kernel library [vllm-xpu-ke
| Host OS | Ubuntu 25.04 |
| Python | 3.12 |
| KMD Driver | 6.14.0 |
| oneAPI | 2025.3.2.4 with hotfix |
| oneAPI | 2025.3.2 with hotfix |
| PyTorch | 2.10 |
| vllm-xpu-kernels | 0.1.4 |
| oneCCL | 2021.15.7.8 |
Expand Down Expand Up @@ -130,7 +130,7 @@ The following items are also known issues:
```bash
docker run -t -d --shm-size 10g --net=host --ipc=host --privileged \
-v /dev/dri/by-path:/dev/dri/by-path --name=vllm-test \
--device /dev/dri:/dev/dri --entrypoint= intel/vllm:0.17.0-xpu /bin/bash
--device /dev/dri:/dev/dri --entrypoint=/bin/bash intel/vllm:0.17.0-xpu
```

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.
Expand Down
Loading
Loading