Skip to content

Commit f021d19

Browse files
committed
removed old tensor name
1 parent db54ea5 commit f021d19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ class TensorNameMap:
255255
"encoder.layers.{bid}.norm1", # nomic-bert
256256
"transformer.decoder_layer.{bid}.rms_norm_1", # Grok
257257
"transformer.blocks.{bid}.norm_attn_norm.norm_2", # dbrx
258-
"blk.{bid}.attn_norm", # smoldocling
259258
),
260259

261260
MODEL_TENSOR.ATTN_POST_NORM: (

0 commit comments

Comments
 (0)