From 0261d1b1c687bdd79c999dd423dc5bb92f466cad Mon Sep 17 00:00:00 2001 From: aipaes <82140963+aipaes@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:43:15 +0800 Subject: [PATCH] [CI] add glm4.7 weights download (#7395) ### What this PR does / why we need it? Download GLM4.7 w8a8 weights for CI ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? through CI - vLLM version: v0.17.0 - vLLM main: https://github.com/vllm-project/vllm/commit/4034c3d32e30d01639459edd3ab486f56993876d Signed-off-by: zjks98 Signed-off-by: aipaes <82140963+aipaes@users.noreply.github.com> Co-authored-by: zjks98 --- .github/workflows/misc/model_list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/misc/model_list.json b/.github/workflows/misc/model_list.json index 562c8601..3f15bf2b 100644 --- a/.github/workflows/misc/model_list.json +++ b/.github/workflows/misc/model_list.json @@ -241,6 +241,7 @@ "wemaster/deepseek_mtp_main_random_bf16", "wemaster/deepseek_mtp_main_random_w8a8_part", "xlangai/OpenCUA-7B", + "Eco-Tech/GLM-4.7-W8A8-floatmtp", "MiniMax/MiniMax-M2.5" ] }