sgl-project--sglang
94057c3d3e
PR Test (NPU) / check-changes (push) Has been cancelled
PR Test (NPU) / pr-gate (push) Has been cancelled
PR Test (NPU) / set-image-config (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-4-npu-a3 (push) Has been cancelled
PR Test (NPU) / stage-b-test-16-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-1-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-2-npu-a3 (push) Has been cancelled
PR Test (Arm64) / pr-gate (push) Has been cancelled
PR Test (Arm64) / check-changes (push) Has been cancelled
PR Test (Arm64) / build-test (push) Has been cancelled
PR Test (sgl-router) / gate (push) Has been cancelled
PR Test (sgl-router) / tier-1 — lint (push) Has been cancelled
PR Test (sgl-router) / tier-2 — build + test (push) Has been cancelled
PR Test (sgl-router) / tier-3 — docker (placeholder) (push) Has been cancelled
PR Test (sgl-router) / tier-3 — k8s integration (push) Has been cancelled
PR Test (sgl-router) / tier-3 — e2e (push) Has been cancelled
PR Test (sgl-router) / finish (push) Has been cancelled
PR Test (NPU) / single-node-poc (map[name:qwen3_6_27b_w8a8_1p_in64k_out1k_50ms runner:linux-aarch64-a3-2 test_case:test/registered/ascend/performance/qwen3_6_27b/test_npu_qwen3_6_27b_w8a8_1p_in64k_out1k_50ms.py test_type:perf]) (push) Has been cancelled
PR Test (NPU) / pr-test-npu-finish (push) Has been cancelled
PR Test (Xeon) / pr-gate (push) Has been cancelled
PR Test (Xeon) / check-changes (push) Has been cancelled
PR Test (Xeon) / build-test (, xeon-gnr, base-b-test-cpu) (push) Has been cancelled
PR Test (XPU) / check-changes (push) Has been cancelled
PR Test (XPU) / pr-gate (push) Has been cancelled
PR Test (XPU) / stage-a-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / wait-for-stage-a (push) Has been cancelled
PR Test (XPU) / stage-b-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / finish (push) Has been cancelled
CI Model Inventory / build-inventory (push) Has been cancelled
Lint / lint (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Compilation Check (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Manual Policy (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Request Processing (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Summary (push) Has been cancelled
PR Test (SMG) / build-wheel (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on windows (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (x86_64 - auto) (push) Has been cancelled
PR Test (SMG) / python-unit-tests (push) Has been cancelled
PR Test (SMG) / unit-tests (push) Has been cancelled
PR Test (SMG) / benchmarks (push) Has been cancelled
PR Test (SMG) / chat-completions (push) Has been cancelled
PR Test (SMG) / chat-completions-4gpu (push) Has been cancelled
PR Test (SMG) / e2e (push) Has been cancelled
PR Test (SMG) / docker-build-test (push) Has been cancelled
PR Test (SMG) / k8s-integration (push) Has been cancelled
PR Test (SMG) / finish (push) Has been cancelled
PR Test (SMG) / summarize-benchmarks (push) Has been cancelled
Release SGLang Model Gateway Docker Image / publish (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Build SDist (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Upload to PyPI (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (aarch64, 12.9, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (x86_64, 12.9, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu129 (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (aarch64, 13.0, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (x86_64, 13.0, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu130 (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 700) (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 720) (push) Has been cancelled
Release SGLang Kernels / release-rocm700 (push) Has been cancelled
Release SGLang Kernels / release-rocm720 (push) Has been cancelled
Release SGLang Kernels / build-musa43 (43, 3.10) (push) Has been cancelled
Release SGLang Kernels / release-musa43 (push) Has been cancelled
166 行
5.6 KiB
Python
166 行
5.6 KiB
Python
"""Unit tests for migrated ServerArgs CLI metadata."""
|
|
|
|
import argparse
|
|
import ast
|
|
import inspect
|
|
import textwrap
|
|
import unittest
|
|
|
|
from sglang.srt.server_args import ServerArgs
|
|
from sglang.srt.utils.common import human_readable_int
|
|
from sglang.test.ci.ci_register import register_cpu_ci
|
|
from sglang.test.test_utils import CustomTestCase
|
|
|
|
register_cpu_ci(est_time=5, suite="base-a-test-cpu")
|
|
|
|
|
|
MIGRATED_OPTIONS = frozenset(
|
|
{
|
|
"--dtype",
|
|
"--quantization",
|
|
"--quantization-param-path",
|
|
"--kv-cache-dtype",
|
|
"--enable-fp32-lm-head",
|
|
"--modelopt-quant",
|
|
"--modelopt-checkpoint-restore-path",
|
|
"--modelopt-checkpoint-save-path",
|
|
"--modelopt-export-path",
|
|
"--quantize-and-serve",
|
|
"--rl-quant-profile",
|
|
"--mem-fraction-static",
|
|
"--max-running-requests",
|
|
"--max-queued-requests",
|
|
"--max-total-tokens",
|
|
"--chunked-prefill-size",
|
|
"--prefill-max-requests",
|
|
"--enable-dynamic-chunking",
|
|
"--max-prefill-tokens",
|
|
"--schedule-policy",
|
|
"--enable-priority-scheduling",
|
|
"--disable-priority-preemption",
|
|
"--default-priority-value",
|
|
"--abort-on-priority-when-disabled",
|
|
"--schedule-low-priority-values-first",
|
|
"--priority-scheduling-preemption-threshold",
|
|
"--schedule-conservativeness",
|
|
"--page-size",
|
|
"--swa-full-tokens-ratio",
|
|
"--disable-hybrid-swa-memory",
|
|
"--radix-eviction-policy",
|
|
"--enable-prefill-delayer",
|
|
"--prefill-delayer-max-delay-passes",
|
|
"--prefill-delayer-token-usage-low-watermark",
|
|
"--prefill-delayer-forward-passes-buckets",
|
|
"--prefill-delayer-wait-seconds-buckets",
|
|
"--prefill-delayer-queue-min-ratio",
|
|
"--prefill-delayer-max-delay-ms",
|
|
"--data-parallel-size",
|
|
"--dp-size",
|
|
"--load-balance-method",
|
|
}
|
|
)
|
|
|
|
|
|
class TestServerArgsMigratedCliMetadata(CustomTestCase):
|
|
@classmethod
|
|
def setUpClass(cls):
|
|
cls.parser = argparse.ArgumentParser()
|
|
ServerArgs.add_cli_args(cls.parser)
|
|
cls.actions_by_option = {
|
|
option: action
|
|
for action in cls.parser._actions
|
|
for option in action.option_strings
|
|
}
|
|
|
|
def test_migrated_options_are_registered_by_dataclass_metadata(self):
|
|
add_cli_args_source = textwrap.dedent(
|
|
inspect.getsource(ServerArgs.add_cli_args)
|
|
)
|
|
add_cli_args_tree = ast.parse(add_cli_args_source)
|
|
manual_options = {
|
|
node.value
|
|
for node in ast.walk(add_cli_args_tree)
|
|
if isinstance(node, ast.Constant)
|
|
and isinstance(node.value, str)
|
|
and node.value.startswith("--")
|
|
}
|
|
|
|
self.assertFalse(MIGRATED_OPTIONS & manual_options)
|
|
self.assertIn("--prefill-round-robin-balance", manual_options)
|
|
|
|
def test_argparse_shape_is_preserved_for_representative_migrated_options(self):
|
|
self.assertEqual(self.actions_by_option["--dtype"].default, ServerArgs.dtype)
|
|
self.assertEqual(
|
|
self.actions_by_option["--dtype"].choices,
|
|
["auto", "half", "float16", "bfloat16", "float", "float32"],
|
|
)
|
|
self.assertIs(self.actions_by_option["--dtype"].type, str)
|
|
self.assertIs(
|
|
self.actions_by_option["--max-total-tokens"].type, human_readable_int
|
|
)
|
|
self.assertIs(
|
|
self.actions_by_option["--max-prefill-tokens"].type, human_readable_int
|
|
)
|
|
self.assertIs(
|
|
self.actions_by_option["--prefill-delayer-forward-passes-buckets"].type,
|
|
float,
|
|
)
|
|
self.assertEqual(
|
|
self.actions_by_option["--prefill-delayer-forward-passes-buckets"].nargs,
|
|
"+",
|
|
)
|
|
self.assertEqual(
|
|
self.actions_by_option["--schedule-policy"].choices,
|
|
["lpm", "random", "fcfs", "dfs-weight", "lof", "priority", "routing-key"],
|
|
)
|
|
self.assertEqual(
|
|
self.actions_by_option["--load-balance-method"].choices,
|
|
[
|
|
"auto",
|
|
"round_robin",
|
|
"follow_bootstrap_room",
|
|
"total_requests",
|
|
"total_tokens",
|
|
],
|
|
)
|
|
|
|
def test_data_parallel_aliases_keep_old_usage(self):
|
|
for option in ("--data-parallel-size", "--dp-size"):
|
|
with self.subTest(option=option):
|
|
args = self.parser.parse_args(["--model", "dummy", option, "3"])
|
|
self.assertEqual(args.dp_size, 3)
|
|
self.assertEqual(ServerArgs.from_cli_args(args).dp_size, 3)
|
|
|
|
def test_migrated_and_manual_options_parse_together(self):
|
|
args = self.parser.parse_args(
|
|
[
|
|
"--model",
|
|
"dummy",
|
|
"--dtype",
|
|
"bfloat16",
|
|
"--max-total-tokens",
|
|
"1024",
|
|
"--prefill-delayer-forward-passes-buckets",
|
|
"1.5",
|
|
"2.5",
|
|
"--data-parallel-size",
|
|
"2",
|
|
"--load-balance-method",
|
|
"total_tokens",
|
|
"--tp-size",
|
|
"4",
|
|
]
|
|
)
|
|
server_args = ServerArgs.from_cli_args(args)
|
|
|
|
self.assertEqual(server_args.dtype, "bfloat16")
|
|
self.assertEqual(server_args.max_total_tokens, 1024)
|
|
self.assertEqual(server_args.prefill_delayer_forward_passes_buckets, [1.5, 2.5])
|
|
self.assertEqual(server_args.dp_size, 2)
|
|
self.assertEqual(server_args.load_balance_method, "total_tokens")
|
|
self.assertEqual(server_args.tp_size, 4)
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|