File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,18 @@ steps:
42
42
command: bash .buildkite/run-neuron-test.sh
43
43
soft_fail: false
44
44
45
- - label: "Intel Test"
45
+ - label: "Intel CPU Test"
46
46
depends_on: ~
47
47
agents:
48
- queue: intel
48
+ queue: intel-cpu
49
49
command: bash .buildkite/run-cpu-test.sh
50
50
51
+ - label: "Intel GPU Test"
52
+ depends_on: ~
53
+ agents:
54
+ queue: intel-gpu
55
+ command: bash .buildkite/run-xpu-test.sh
56
+
51
57
{% for step in steps %}
52
58
{% if step .gpu == "a100" %}
53
59
- label: "{{ step.label }}"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ vLLM is flexible and easy to use with:
59
59
- Tensor parallelism support for distributed inference
60
60
- Streaming outputs
61
61
- OpenAI-compatible API server
62
- - Support NVIDIA GPUs, AMD GPUs, and Intel CPUs
62
+ - Support NVIDIA GPUs, AMD GPUs, Intel CPUs and GPUs
63
63
- (Experimental) Prefix caching support
64
64
- (Experimental) Multi-lora support
65
65
You can’t perform that action at this time.
0 commit comments