]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests: re-enable MiniMax M3 in `test-llama-archs` (#26633)
authorNiklas Wenzel <redacted>
Wed, 5 Aug 2026 15:58:34 +0000 (17:58 +0200)
committerGitHub <redacted>
Wed, 5 Aug 2026 15:58:34 +0000 (17:58 +0200)
tests/test-llama-archs.cpp

index 1654f122a731cab3a45eb9c44fd2a585516695aa..eb90798b62cc6ee35913e488bab32dd49f26b8e3 100644 (file)
@@ -432,7 +432,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 || arch == LLM_ARCH_MINIMAX_M3) {
+    if (arch == LLM_ARCH_DEEPSEEK32 || arch == LLM_ARCH_GLM_DSA) {
         return false;
     }
 #endif // GGML_USE_WEBGPU