Skip to content

Commit

Permalink
[CI][Hardware][Intel GPU] add Intel GPU(XPU) ci pipeline (#5616)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang authored Jun 22, 2024
1 parent f5dda63 commit cf90ae0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .buildkite/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@ steps:
command: bash .buildkite/run-neuron-test.sh
soft_fail: false

- label: "Intel Test"
- label: "Intel CPU Test"
depends_on: ~
agents:
queue: intel
queue: intel-cpu
command: bash .buildkite/run-cpu-test.sh

- label: "Intel GPU Test"
depends_on: ~
agents:
queue: intel-gpu
command: bash .buildkite/run-xpu-test.sh

{% for step in steps %}
{% if step.gpu == "a100" %}
- label: "{{ step.label }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ vLLM is flexible and easy to use with:
- Tensor parallelism support for distributed inference
- Streaming outputs
- OpenAI-compatible API server
- Support NVIDIA GPUs, AMD GPUs, and Intel CPUs
- Support NVIDIA GPUs, AMD GPUs, Intel CPUs and GPUs
- (Experimental) Prefix caching support
- (Experimental) Multi-lora support

Expand Down

0 comments on commit cf90ae0

Please sign in to comment.