Downsize CPU jobs to use small queue (#37913)

Signed-off-by: khluu <khluu000@gmail.com>
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
This commit is contained in:
Kevin H. Luu
2026-03-23 20:36:37 -07:00
committed by GitHub
parent c59a132f96
commit b2dd75eb48
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ steps:
- vllm/
- tests/models/test_utils.py
- tests/models/test_vision.py
device: cpu
device: cpu-small
commands:
- pytest -v -s models/test_utils.py models/test_vision.py