diff --git a/tests/test-llama-archs.cpp b/tests/test-llama-archs.cpp index 3714eaedb0b9..52c432d6fdd5 100644 --- a/tests/test-llama-archs.cpp +++ b/tests/test-llama-archs.cpp @@ -407,7 +407,7 @@ static bool arch_supported(const llm_arch arch) { if (arch == LLM_ARCH_PLM) { return false; // TODO tensor shapes } - if (arch == LLM_ARCH_DEEPSEEK2OCR) { + if (arch == LLM_ARCH_DEEPSEEK2OCR || arch == LLM_ARCH_DEEPSEEK32) { return false; }