This repository was archived by the owner on May 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
1361363 . 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.
You can’t perform that action at this time.
0 commit comments