Skip to content

Commit 310eb46

Browse files
ryan-mangenoCISC
andauthored
Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 3f4c532 commit 310eb46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ class TensorNameMap:
252252
),
253253

254254
MODEL_TENSOR.ATTN_POST_NORM: (
255-
"model.layers.{bid}.post_attention_layernorm", # gemma2 olmo2 # ge
256-
"model.layers.{bid}.post_self_attn_layernorm", # glm-4-0414
255+
"model.layers.{bid}.post_attention_layernorm", # gemma2 olmo2 # ge
256+
"model.layers.{bid}.post_self_attn_layernorm", # glm-4-0414
257257
),
258258

259259
# Rotary embeddings

0 commit comments

Comments
 (0)