Skip to content

Commit 869d7d9

Browse files
committed
correct hparams
1 parent 1fb1888 commit 869d7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-hparams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct llama_hparams {
113113
bool attn_soft_cap = false;
114114

115115
// TODO @ngxson : variable names taken from python code, we can rename it later
116-
uint32_t interleave_moe_layer_step = 2; // TODO read from gguf
116+
uint32_t interleave_moe_layer_step = 1; // TODO read from gguf
117117
uint32_t no_rope_layer_interval = 4; // TODO read from gguf
118118
uint32_t attn_temperature_tuning = 4; // TODO read from gguf
119119
uint32_t floor_scale = 8192; // TODO read from gguf

0 commit comments

Comments
 (0)