Unverified Commit cf90ae01 authored by Kunshang Ji's avatar Kunshang Ji Committed by GitHub
Browse files

[CI][Hardware][Intel GPU] add Intel GPU(XPU) ci pipeline (#5616)

parent f5dda63e
......@@ -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 }}"
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment