[AMD] Add DeepSeek-V3.2 and VLMs model in nightly tests (#17179)

Co-authored-by: michaelzhang-ai <michaelzhang-ai@users.noreply.github.com>
Co-authored-by: YC Tseng <yctseng@amd.com>
Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
Michael
2026-01-19 20:31:56 -08:00
committed by GitHub
co-authored by michaelzhang-ai YC Tseng Bingxu Chen
parent 6988a0f570
commit a3addd6203
18 changed files with 1139 additions and 98 deletions
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
)
register_amd_ci(est_time=3600, suite="stage-c-test-large-8-gpu-amd-mi35x")
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2-Exp"
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2"
class TestDeepseekV32DP(CustomTestCase):