Skip to content

Commit bd734e8

Browse files
committed
Fix typo
1 parent e625aea commit bd734e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gguf-py/gguf/tensor_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ class TensorNameMap:
378378

379379
# Feed-forward gate
380380
MODEL_TENSOR.FFN_GATE: (
381-
"model.layers.{bid}.mlp.gate_proj", # llama-hf refact olmo2 exaone4
381+
"model.layers.{bid}.mlp.gate_proj", # llama-hf refact olmo2
382382
"layers.{bid}.feed_forward.w1", # llama-pth
383383
"transformer.h.{bid}.mlp.w2", # qwen
384384
"transformer.h.{bid}.mlp.c_fc2", # jais

0 commit comments

Comments
 (0)