Skip to content

Commit 19281fe

Browse files
DamonFoolCISC
andauthored
Update src/llama-hparams.h
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 0acda17 commit 19281fe

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
@@ -159,7 +159,7 @@ struct llama_hparams {
159159
// needed by encoder-decoder models (e.g. T5, FLAN-T5)
160160
// ref: https://github.com/ggerganov/llama.cpp/pull/8141
161161
llama_token dec_start_token_id = LLAMA_TOKEN_NULL;
162-
uint32_t n_dec_layer = 0;
162+
uint32_t n_dec_layer = 0;
163163

164164
enum llama_pooling_type pooling_type = LLAMA_POOLING_TYPE_NONE;
165165
enum llama_rope_type rope_type = LLAMA_ROPE_TYPE_NONE;

0 commit comments

Comments
 (0)