Skip to content

Commit cf90ae0

Browse files
authored
[CI][Hardware][Intel GPU] add Intel GPU(XPU) ci pipeline (#5616)
1 parent f5dda63 commit cf90ae0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.buildkite/test-template-aws.j2

+8-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,18 @@ steps:
4242
command: bash .buildkite/run-neuron-test.sh
4343
soft_fail: false
4444

45-
- label: "Intel Test"
45+
- label: "Intel CPU Test"
4646
depends_on: ~
4747
agents:
48-
queue: intel
48+
queue: intel-cpu
4949
command: bash .buildkite/run-cpu-test.sh
5050

51+
- label: "Intel GPU Test"
52+
depends_on: ~
53+
agents:
54+
queue: intel-gpu
55+
command: bash .buildkite/run-xpu-test.sh
56+
5157
{% for step in steps %}
5258
{% if step.gpu == "a100" %}
5359
- label: "{{ step.label }}"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vLLM is flexible and easy to use with:
5959
- Tensor parallelism support for distributed inference
6060
- Streaming outputs
6161
- OpenAI-compatible API server
62-
- Support NVIDIA GPUs, AMD GPUs, and Intel CPUs
62+
- Support NVIDIA GPUs, AMD GPUs, Intel CPUs and GPUs
6363
- (Experimental) Prefix caching support
6464
- (Experimental) Multi-lora support
6565

0 commit comments

Comments
 (0)