We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c4de8 commit 17df583Copy full SHA for 17df583
1 file changed
tests/test-llama-archs.cpp
@@ -406,6 +406,9 @@ static bool arch_supported(const llm_arch arch) {
406
if (arch == LLM_ARCH_DEEPSEEK2OCR) {
407
return false;
408
}
409
+ if (arch == LLM_ARCH_QWEN35_MTP || arch == LLM_ARCH_QWEN35MOE_MTP) {
410
+ return false; // MTP-only arch; requires a sibling trunk model and cannot run standalone.
411
+ }
412
413
// FIXME some models are segfaulting with WebGPU:
414
#ifdef GGML_USE_WEBGPU
0 commit comments