Disable test_mla_int8_deepseek_v3.py temporarily (#18057)

This commit is contained in:
Alison Shao
2026-01-31 22:33:43 -08:00
committed by GitHub
parent d396650bd2
commit 95180484e9

View File

@@ -16,7 +16,11 @@ from sglang.test.test_utils import (
)
# DeepSeek-V3 INT8 quantization tests (channel and block INT8)
register_cuda_ci(est_time=341, suite="stage-b-test-large-1-gpu")
register_cuda_ci(
est_time=341,
suite="stage-b-test-large-1-gpu",
disabled="HF token doesn't have private repository access",
)
class TestMLADeepseekV3ChannelInt8(CustomTestCase):