项目文件夹

文件
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 12:38:16 +08:00

190 行
6.8 KiB
Python

"""Regression tests for input_embeds shape-mismatch bugs.
Covers two bugs with the same crash signature
(RuntimeError: shape mismatch in set_kv_buffer) but opposite polarity:
- Chunked prefill truncation (#20376): PrefillAdder shrinks fill_len and
extend_input_len on chunk overflow but not input_embeds, so the full array
flows through while out_cache_loc is sized for the truncated length.
Polarity: cache_k > loc.
- Retraction with output_ids (#14110): after retraction, get_fill_ids()
includes accumulated output_ids but input_embeds only covers
origin_input_ids. Polarity: cache_k < loc.
"""
import unittest
import requests
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from sglang.srt.environ import envs
from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import (
DEFAULT_SMALL_MODEL_NAME_FOR_TEST,
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
DEFAULT_URL_FOR_TEST,
CustomTestCase,
popen_launch_server,
)
register_cuda_ci(est_time=43, stage="base-b", runner_config="1-gpu-small")
register_amd_ci(est_time=43, suite="stage-b-test-1-gpu-small-amd")
CHUNKED_PREFILL_SIZE = 256
# Shared reference model — loaded once per process, not per test class.
_MODEL = DEFAULT_SMALL_MODEL_NAME_FOR_TEST
_tokenizer = None
_ref_model = None
def _load_ref():
global _tokenizer, _ref_model
if _tokenizer is None:
_tokenizer = AutoTokenizer.from_pretrained(_MODEL)
_ref_model = AutoModelForCausalLM.from_pretrained(_MODEL)
def _embeds_for(text: str) -> list[list[float]]:
_load_ref()
ids = _tokenizer(text, return_tensors="pt")["input_ids"]
embeds = _ref_model.get_input_embeddings()(ids)
return embeds.squeeze(0).to(torch.float32).tolist()
def _generate(base_url, input_embeds, max_new_tokens, ignore_eos=False, timeout=120):
resp = requests.post(
f"{base_url}/generate",
json={
"input_embeds": input_embeds,
"sampling_params": {
"temperature": 0,
"max_new_tokens": max_new_tokens,
"ignore_eos": ignore_eos,
},
},
timeout=timeout,
)
return resp
class TestInputEmbedsChunkedAndRetract(CustomTestCase):
"""Single server launch covering both bugs.
Both tests require --disable-radix-cache (for input_embeds). The chunked
prefill test needs a small --chunked-prefill-size. The retraction test
uses SGLANG_TEST_RETRACT to deterministically force retraction every few
scheduler iterations regardless of KV pressure.
"""
@classmethod
def setUpClass(cls):
cls.base_url = DEFAULT_URL_FOR_TEST
# SGLANG_TEST_RETRACT forces retraction periodically; this is
# deterministic and doesn't require guessing KV budgets.
with envs.SGLANG_TEST_RETRACT.override(True):
cls.process = popen_launch_server(
_MODEL,
cls.base_url,
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
other_args=[
"--disable-radix-cache",
"--chunked-prefill-size",
str(CHUNKED_PREFILL_SIZE),
"--cuda-graph-max-bs-decode",
"4",
],
)
@classmethod
def tearDownClass(cls):
kill_process_tree(cls.process.pid)
def _assert_server_alive(self):
self.assertIsNone(self.process.poll(), "server process crashed")
def test_chunked_prefill_truncation_and_continuation(self):
"""Regression test for #20376.
A single request longer than chunked_prefill_size deterministically
exercises both (a) first-chunk truncation and (b) chunk continuation,
without any concurrent-timing dependency. Pre-fix this crashes in
set_kv_buffer on both chunks.
"""
# ~80 tokens each repetition; 6 repetitions exceeds CHUNKED_PREFILL_SIZE
# comfortably. Token count is model-dependent so assert it.
text = "The quick brown fox jumps over the lazy dog. " * 40
embeds = _embeds_for(text)
self.assertGreater(
len(embeds),
CHUNKED_PREFILL_SIZE,
f"prompt must exceed chunked_prefill_size={CHUNKED_PREFILL_SIZE} "
f"to trigger chunking; got {len(embeds)} tokens",
)
resp = _generate(self.base_url, embeds, max_new_tokens=8)
self.assertEqual(resp.status_code, 200, resp.text[:300])
body = resp.json()
self.assertIn("text", body)
self.assertIsInstance(body["text"], str)
self._assert_server_alive()
def test_chunked_prefill_batch_truncation(self):
"""Regression test for #20376 — multi-request batch case.
A batch POST with total tokens > chunked_prefill_size goes through a
single ZMQ send, so all requests land in the same scheduler iteration
and the PrefillAdder is forced to truncate at least one. This matches
the original thundering-herd trigger without HTTP timing races.
"""
text = "The quick brown fox jumps over the lazy dog. " * 8
embeds = _embeds_for(text)
seq_len = len(embeds)
# Enough batched requests to overflow the chunk budget.
n = max(4, CHUNKED_PREFILL_SIZE // seq_len + 2)
self.assertGreater(n * seq_len, CHUNKED_PREFILL_SIZE)
resp = _generate(self.base_url, [embeds] * n, max_new_tokens=8)
self.assertEqual(resp.status_code, 200, resp.text[:300])
results = resp.json()
self.assertEqual(len(results), n)
for r in results:
self.assertIn("text", r)
self._assert_server_alive()
def test_retraction_with_output_ids(self):
"""Regression test for #14110.
SGLANG_TEST_RETRACT forces retraction every few scheduler iterations.
Combined with ignore_eos and a reasonable max_new_tokens, at least one
request is retracted mid-decode with non-empty output_ids, then
re-prefilled. Pre-#14110 this crashes (cache_k < loc) because the
filled token sequence includes output_ids but input_embeds does not.
"""
text = "The quick brown fox jumps over the lazy dog. " * 4
embeds = _embeds_for(text)
# Batch of requests with enough decode steps that SGLANG_TEST_RETRACT
# (interval=3 by default) fires mid-decode.
n = 4
resp = _generate(
self.base_url,
[embeds] * n,
max_new_tokens=32,
ignore_eos=True,
)
self.assertEqual(resp.status_code, 200, resp.text[:300])
results = resp.json()
self.assertEqual(len(results), n)
for r in results:
self.assertIn("text", r)
self._assert_server_alive()
if __name__ == "__main__":
unittest.main()