Fix test and benchmark scripts (#2598)

This commit is contained in:
Lianmin Zheng
2024-12-26 07:56:26 -08:00
committed by GitHub
parent a74d194146
commit dc3bee4815
9 changed files with 27 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import glob
from sglang.test.test_utils import run_unittest_files
suites = {
"minimal": ["test_srt_backend.py", "test_openai_backend.py"],
"per-commit": ["test_srt_backend.py", "test_openai_backend.py"],
}