From 4ca1d0411fe07251c16a0b513458a02cb04e9700 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 22 Jul 2024 13:32:04 -0400 Subject: [PATCH] llamamodel: add DeepSeek-V2 to whitelist (#2702) Signed-off-by: Jared Van Bortel --- gpt4all-backend/llamamodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-backend/llamamodel.cpp b/gpt4all-backend/llamamodel.cpp index d5c408fc..dd2be2bf 100644 --- a/gpt4all-backend/llamamodel.cpp +++ b/gpt4all-backend/llamamodel.cpp @@ -81,7 +81,7 @@ static const std::vector KNOWN_ARCHES { "olmo", "openelm", // "arctic", -- 10B+128x3.66B parameters - // "deepseek2", -- excessive VRAM requirements + "deepseek2", "chatglm", // "bitnet", -- tensor not within file bounds? // "t5", -- seq2seq model