We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb1888 commit 869d7d9Copy full SHA for 869d7d9
src/llama-hparams.h
@@ -113,7 +113,7 @@ struct llama_hparams {
113
bool attn_soft_cap = false;
114
115
// 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
+ uint32_t interleave_moe_layer_step = 1; // TODO read from gguf
117
uint32_t no_rope_layer_interval = 4; // TODO read from gguf
118
uint32_t attn_temperature_tuning = 4; // TODO read from gguf
119
uint32_t floor_scale = 8192; // TODO read from gguf
0 commit comments