We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd84a7 commit 97d327eCopy full SHA for 97d327e
1 file changed
chat.cpp
@@ -30,7 +30,7 @@
30
// determine number of model parts based on the dimension
31
static const std::map<int, int> LLAMA_N_PARTS = {
32
{ 4096, 1 },
33
- { 5120, 2 },
+ { 5120, 1 },
34
{ 6656, 4 },
35
{ 8192, 8 },
36
};
0 commit comments