Skip to content

Commit 17df583

Browse files
committed
test-llama-arch: ignore mtp heads
1 parent d6c4de8 commit 17df583

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test-llama-archs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ static bool arch_supported(const llm_arch arch) {
406406
if (arch == LLM_ARCH_DEEPSEEK2OCR) {
407407
return false;
408408
}
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+
}
409412

410413
// FIXME some models are segfaulting with WebGPU:
411414
#ifdef GGML_USE_WEBGPU

0 commit comments

Comments
 (0)