tests: re-enable MiniMax M3 in test-llama-archs (#26633)
This commit is contained in:
@@ -432,7 +432,7 @@ static bool arch_supported(const llm_arch arch) {
|
|||||||
|
|
||||||
// FIXME: these hit scheduler/view-backed-output issues with WebGPU on CI.
|
// FIXME: these hit scheduler/view-backed-output issues with WebGPU on CI.
|
||||||
#ifdef GGML_USE_WEBGPU
|
#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;
|
return false;
|
||||||
}
|
}
|
||||||
#endif // GGML_USE_WEBGPU
|
#endif // GGML_USE_WEBGPU
|
||||||
|
|||||||
Reference in New Issue
Block a user