Re-enable test_mla_int8_deepseek_v3.py after HF token fix (#18123)

This commit is contained in:
Alison Shao
2026-02-02 14:38:42 -08:00
committed by GitHub
parent 027f314050
commit 812fd47cb4
@@ -16,11 +16,7 @@ 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",
disabled="HF token doesn't have private repository access",
)
register_cuda_ci(est_time=341, suite="stage-b-test-large-1-gpu")
class TestMLADeepseekV3ChannelInt8(CustomTestCase):