From 9a91323c9f9792278b45e739574068228cf0559d Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 27 Mar 2026 13:04:01 -0700 Subject: [PATCH] test: point DSV3 int8 MLA CI models to lmsys Hugging Face org (#21561) --- test/registered/mla/test_mla_int8_deepseek_v3.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/registered/mla/test_mla_int8_deepseek_v3.py b/test/registered/mla/test_mla_int8_deepseek_v3.py index d7acb8040..929d26325 100644 --- a/test/registered/mla/test_mla_int8_deepseek_v3.py +++ b/test/registered/mla/test_mla_int8_deepseek_v3.py @@ -22,7 +22,7 @@ register_cuda_ci(est_time=341, suite="stage-b-test-1-gpu-large") class TestMLADeepseekV3ChannelInt8(CustomTestCase): @classmethod def setUpClass(cls): - cls.model = "sgl-project/sglang-ci-dsv3-channel-int8-test" + cls.model = "lmsys/sglang-ci-dsv3-channel-int8-test" cls.base_url = DEFAULT_URL_FOR_TEST other_args = ["--trust-remote-code"] if torch.cuda.is_available() and torch.version.cuda: @@ -66,7 +66,7 @@ class TestMLADeepseekV3ChannelInt8(CustomTestCase): class TestDeepseekV3MTPChannelInt8(CustomTestCase): @classmethod def setUpClass(cls): - cls.model = "sgl-project/sglang-ci-dsv3-channel-int8-test" + cls.model = "lmsys/sglang-ci-dsv3-channel-int8-test" cls.base_url = DEFAULT_URL_FOR_TEST other_args = ["--trust-remote-code"] if torch.cuda.is_available() and torch.version.cuda: @@ -80,7 +80,7 @@ class TestDeepseekV3MTPChannelInt8(CustomTestCase): "--speculative-algorithm", "EAGLE", "--speculative-draft-model-path", - "sgl-project/sglang-ci-dsv3-channel-int8-test-NextN", + "lmsys/sglang-ci-dsv3-channel-int8-test-NextN", "--speculative-num-steps", "2", "--speculative-eagle-topk", @@ -129,7 +129,7 @@ class TestDeepseekV3MTPChannelInt8(CustomTestCase): class TestMLADeepseekV3BlockInt8(CustomTestCase): @classmethod def setUpClass(cls): - cls.model = "sgl-project/sglang-ci-dsv3-block-int8-test" + cls.model = "lmsys/sglang-ci-dsv3-block-int8-test" cls.base_url = DEFAULT_URL_FOR_TEST other_args = ["--trust-remote-code"] if torch.cuda.is_available() and torch.version.cuda: @@ -172,7 +172,7 @@ class TestMLADeepseekV3BlockInt8(CustomTestCase): class TestDeepseekV3MTPBlockInt8(CustomTestCase): @classmethod def setUpClass(cls): - cls.model = "sgl-project/sglang-ci-dsv3-block-int8-test" + cls.model = "lmsys/sglang-ci-dsv3-block-int8-test" cls.base_url = DEFAULT_URL_FOR_TEST other_args = ["--trust-remote-code"] if torch.cuda.is_available() and torch.version.cuda: