Skip to content

Commit 78c7a12

Browse files
committed
ci(bfcl): add --trust-remote-code to GLM-5.2 vllm_extra
GLM-5.2 needs --trust-remote-code to load its custom architecture, matching the other large MoE legs (deepseek-v4, minimax-m2.7, kimi-k2.6). Signed-off-by: key4ng <rukeyang@gmail.com>
1 parent e33aa57 commit 78c7a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-bfcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
"vllm_tool": "glm47", "vllm_reason": "glm45",
185185
"smg_tool": "glm47_moe", "smg_reason": "glm45",
186186
# FP8 load + DeepGEMM warmup on the largest leg: generous startup ceiling.
187-
"vllm_extra": "--kv-cache-dtype fp8_e4m3", "gpu_mem": "0.90", "startup_timeout": "3000",
187+
"vllm_extra": "--trust-remote-code --kv-cache-dtype fp8_e4m3", "gpu_mem": "0.90", "startup_timeout": "3000",
188188
"model_cache": "/raid/models", "arm_mode": "sequential", "max_model_len": "32768"},
189189
]
190190
only = os.environ.get("ONLY", "")

0 commit comments

Comments
 (0)