[CI] [NPU] npu ci use existing modelscope model (#17868)

This commit is contained in:
Even Zhou
2026-01-28 16:51:41 +08:00
committed by GitHub
parent c08b54a575
commit 6077de1237
9 changed files with 9 additions and 9 deletions
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
class TestAscendSamplingBackend(CustomTestCase):
@classmethod
def setUpClass(cls):
cls.model = "Qwen/Qwen2.5-7B-Instruct"
cls.model = "/root/.cache/modelscope/hub/models/Qwen/Qwen2.5-7B-Instruct"
cls.base_url = DEFAULT_URL_FOR_TEST
cls.process = popen_launch_server(
cls.model,