test: fix some CI errors (#26415)

This commit is contained in:
Xuan-Son Nguyen
2026-08-02 00:16:29 +02:00
committed by GitHub
parent a7a6d0d269
commit 11924d4c17
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ static bool arch_supported(const llm_arch arch) {
// FIXME: these hit scheduler/view-backed-output issues with WebGPU on CI.
#ifdef GGML_USE_WEBGPU
if (arch == LLM_ARCH_DEEPSEEK32 || arch == LLM_ARCH_GLM_DSA) {
if (arch == LLM_ARCH_DEEPSEEK32 || arch == LLM_ARCH_GLM_DSA || arch == LLM_ARCH_MINIMAX_M3) {
return false;
}
#endif // GGML_USE_WEBGPU