Unverified Commit 0fc36463 authored by Xingyu Liu's avatar Xingyu Liu Committed by GitHub
Browse files

[CI]Add transformers_utils to Async Engine, Inputs, Utils, Worker Test (#24615)


Signed-off-by: default avatarXingyu Liu <charlotteliu12x@gmail.com>
parent d14c4ebf
......@@ -54,6 +54,7 @@ steps:
- tests/utils_
- tests/worker
- tests/standalone_tests/lazy_imports.py
- tests/transformers_utils
commands:
- python3 standalone_tests/lazy_imports.py
- pytest -v -s mq_llm_engine # MQLLMEngine
......@@ -63,6 +64,7 @@ steps:
- pytest -v -s multimodal
- pytest -v -s utils_ # Utils
- pytest -v -s worker # Worker
- pytest -v -s transformers_utils # transformers_utils
- label: Python-only Installation Test # 10min
timeout_in_minutes: 20
......
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