Skip to content

Commit 2161c30

Browse files
DamonFoolCISC
andauthored
Update gguf-py/gguf/constants.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 219eada commit 2161c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class LLM:
109109
POOLING_TYPE = "{arch}.pooling_type"
110110
LOGIT_SCALE = "{arch}.logit_scale"
111111
DECODER_START_TOKEN_ID = "{arch}.decoder_start_token_id"
112-
NUM_DECODER_LAYERS = "{arch}.num_decoder_layers"
112+
DECODER_BLOCK_COUNT = "{arch}.decoder_block_count"
113113
ATTN_LOGIT_SOFTCAPPING = "{arch}.attn_logit_softcapping"
114114
FINAL_LOGIT_SOFTCAPPING = "{arch}.final_logit_softcapping"
115115
SWIN_NORM = "{arch}.swin_norm"

0 commit comments

Comments
 (0)