From 97d327e1bf6c9d166a38feeaf01d728a566e60b8 Mon Sep 17 00:00:00 2001 From: Kevin Kwok Date: Fri, 17 Mar 2023 23:43:09 -0700 Subject: [PATCH] Update chat.cpp --- chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.cpp b/chat.cpp index 5ee86ce78..4bdd214ad 100644 --- a/chat.cpp +++ b/chat.cpp @@ -30,7 +30,7 @@ // determine number of model parts based on the dimension static const std::map LLAMA_N_PARTS = { { 4096, 1 }, - { 5120, 2 }, + { 5120, 1 }, { 6656, 4 }, { 8192, 8 }, };