Skip to content

Commit fac0355

Browse files
committed
llama : bump max layers from 256 to 512
1 parent 5e116e8 commit fac0355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
// bump if necessary
114114
#define LLAMA_MAX_NODES 8192
115-
#define LLAMA_MAX_LAYERS 256
115+
#define LLAMA_MAX_LAYERS 512
116116
#define LLAMA_MAX_EXPERTS 160 // DeepSeekV2
117117

118118
//

0 commit comments

Comments
 (0)