Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
parent
b442b43303
commit
94e7ece5cd
|
|
@ -256,7 +256,7 @@ class TensorNameMap:
|
||||||
"model.layers.{bid}.self_attn.linear_attn", # deci
|
"model.layers.{bid}.self_attn.linear_attn", # deci
|
||||||
"layers.{bid}.attention.wo", # llama-pth
|
"layers.{bid}.attention.wo", # llama-pth
|
||||||
"encoder.layer.{bid}.attention.output.dense", # bert
|
"encoder.layer.{bid}.attention.output.dense", # bert
|
||||||
"layers.{bid}.attn.Wo", # modern bert
|
"layers.{bid}.attn.Wo", # modern-bert
|
||||||
"transformer.layer.{bid}.attention.out_lin", # distillbert
|
"transformer.layer.{bid}.attention.out_lin", # distillbert
|
||||||
"transformer.h.{bid}.attn.out_proj", # gpt-j
|
"transformer.h.{bid}.attn.out_proj", # gpt-j
|
||||||
"language_model.encoder.layers.{bid}.self_attention.dense", # persimmon
|
"language_model.encoder.layers.{bid}.self_attention.dense", # persimmon
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue