Skip to content

Commit 97d327e

Browse files
authored
Update chat.cpp
1 parent 7cd84a7 commit 97d327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// determine number of model parts based on the dimension
3131
static const std::map<int, int> LLAMA_N_PARTS = {
3232
{ 4096, 1 },
33-
{ 5120, 2 },
33+
{ 5120, 1 },
3434
{ 6656, 4 },
3535
{ 8192, 8 },
3636
};

0 commit comments

Comments
 (0)