Skip to content

Commit ad38d25

Browse files
committed
vLLM CPU x86 smoke tests
Signed-off-by: Edward Quarm <equarmjnr@gmail.com>
1 parent 354f325 commit ad38d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ class AcceleratorType:
130130
AMD: str = "amd"
131131
GAUDI: str = "gaudi"
132132
SPYRE: str = "spyre"
133-
CPU: str = "cpu"
134-
SUPPORTED_LISTS: list[str] = [NVIDIA, AMD, GAUDI, SPYRE, CPU]
133+
CPU_x86: str = "cpu_x86"
134+
SUPPORTED_LISTS: list[str] = [NVIDIA, AMD, GAUDI, SPYRE, CPU_x86]
135135

136136

137137
class ApiGroups:

0 commit comments

Comments
 (0)