From b037f989821b021bfdb623c506d6c96eb2453132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Fri, 29 May 2026 19:32:35 +0200 Subject: [PATCH] test-llama-archs: disable DS 3.2 [no release] --- tests/test-llama-archs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-llama-archs.cpp b/tests/test-llama-archs.cpp index 3714eaedb0b..52c432d6fdd 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; }