"docs/vscode:/vscode.git/clone" did not exist on "ffe2d333d66e28bcd5aabc14152c0b53c19ef154"
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: ...@@ -42,12 +42,18 @@ steps:
command: bash .buildkite/run-neuron-test.sh command: bash .buildkite/run-neuron-test.sh
soft_fail: false soft_fail: false
- label: "Intel Test" - label: "Intel CPU Test"
depends_on: ~ depends_on: ~
agents: agents:
queue: intel queue: intel-cpu
command: bash .buildkite/run-cpu-test.sh 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 %} {% for step in steps %}
{% if step.gpu == "a100" %} {% if step.gpu == "a100" %}
- label: "{{ step.label }}" - label: "{{ step.label }}"
......
...@@ -59,7 +59,7 @@ vLLM is flexible and easy to use with: ...@@ -59,7 +59,7 @@ vLLM is flexible and easy to use with:
- Tensor parallelism support for distributed inference - Tensor parallelism support for distributed inference
- Streaming outputs - Streaming outputs
- OpenAI-compatible API server - 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) Prefix caching support
- (Experimental) Multi-lora 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