[CI] Add nightly CI test cases for the GLM-5 (#7429)
### What this PR does / why we need it?
Add nightly CI test cases for the GLM-5
Add model download for the GLM-5
https://github.com/vllm-project/vllm-ascend/actions/runs/23286178651/job/67710409642#logs
- vLLM version: v0.17.0
- vLLM main:
b31e9326a7
---------
Signed-off-by: liuhaiyang27 <liuhaiyang27@huawei.com>
Signed-off-by: liuhy1213-cell <liuhy1213@gmail.com>
Co-authored-by: liuhaiyang27 <liuhaiyang27@huawei.com>
This commit is contained in:
1
.github/workflows/misc/model_list.json
vendored
1
.github/workflows/misc/model_list.json
vendored
@@ -241,6 +241,7 @@
|
||||
"wemaster/deepseek_mtp_main_random_bf16",
|
||||
"wemaster/deepseek_mtp_main_random_w8a8_part",
|
||||
"xlangai/OpenCUA-7B",
|
||||
"Eco-Tech/GLM-5-w4a8",
|
||||
"Eco-Tech/GLM-4.7-W8A8-floatmtp",
|
||||
"MiniMax/MiniMax-M2.5"
|
||||
]
|
||||
|
||||
@@ -258,6 +258,9 @@ jobs:
|
||||
- name: deepseek-v3-2-w8a8
|
||||
os: linux-aarch64-a3-16
|
||||
config_file_path: DeepSeek-V3.2-W8A8.yaml
|
||||
- name: glm-5-w4a8
|
||||
os: linux-aarch64-a3-16
|
||||
config_file_path: GLM-5.yaml
|
||||
- name: glm-4.7-w8a8
|
||||
os: linux-aarch64-a3-16
|
||||
config_file_path: GLM-4.7.yaml
|
||||
|
||||
Reference in New Issue
Block a user