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 0acda17 commit 19281feCopy full SHA for 19281fe
src/llama-hparams.h
@@ -159,7 +159,7 @@ struct llama_hparams {
159
// needed by encoder-decoder models (e.g. T5, FLAN-T5)
160
// ref: https://github.com/ggerganov/llama.cpp/pull/8141
161
llama_token dec_start_token_id = LLAMA_TOKEN_NULL;
162
- uint32_t n_dec_layer = 0;
+ uint32_t n_dec_layer = 0;
163
164
enum llama_pooling_type pooling_type = LLAMA_POOLING_TYPE_NONE;
165
enum llama_rope_type rope_type = LLAMA_ROPE_TYPE_NONE;
0 commit comments