Skip to content

Commit 75e7e0a

Browse files
authored
update comment [no ci]
ggml-ci
1 parent 283af64 commit 75e7e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class TensorNameMap:
334334
"encoder.layers.{bid}.mlp.fc1", # nomic-bert-moe
335335
"model.layers.{bid}.mlp.c_fc", # starcoder2
336336
"encoder.layer.{bid}.mlp.gated_layers_v", # jina-bert-v2
337-
"encoder.layer.{bid}.mlp.gated_layers", # jina-bert-v2
337+
"encoder.layer.{bid}.mlp.gated_layers", # jina-bert-v2 (GEGLU)
338338
"model.layers.{bid}.residual_mlp.w3", # arctic
339339
"encoder.layers.{bid}.mlp.dense_h_to_4h", # chatglm
340340
"transformer.h.{bid}.mlp.c_fc_1", # exaone

0 commit comments

Comments
 (0)