llama : support BailingMoE (Ling) (#12634)
This commit is contained in:
parent
4663bd353c
commit
2c3f8b850a
13 changed files with 404 additions and 0 deletions
|
@ -29,6 +29,7 @@ class TensorNameMap:
|
|||
"shared", # t5
|
||||
"rwkv.embeddings", # rwkv6
|
||||
"model.embeddings", # rwkv7
|
||||
"model.word_embeddings", # bailingmoe
|
||||
),
|
||||
|
||||
# Token type embeddings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue