Add NPU basic function testcases (#19382)

Co-authored-by: cy <chenyang08056032@163.com>
Co-authored-by: Cherry_ming <136634645@qq.com>
This commit is contained in:
Sugar920
2026-03-16 15:09:56 +08:00
committed by GitHub
co-authored by cy Cherry_ming
parent e96a3752a0
commit 895e56097c
87 changed files with 4587 additions and 333 deletions
@@ -38,7 +38,12 @@ from sglang.utils import terminate_process
mp.set_start_method("spawn", force=True)
register_npu_ci(est_time=400, suite="nightly-1-npu-a3", nightly=True)
register_npu_ci(
est_time=400,
suite="nightly-1-npu-a3",
nightly=True,
disabled="run failed",
)
def verify_params_close(params1, params2, error_msg):