clip : revert the change of BOI/EOI token for GLM-edge (⚠️ breaking change) (#13259)
This commit is contained in:
parent
3bf785f3ef
commit
36667c8edc
3 changed files with 22 additions and 12 deletions
|
@ -75,6 +75,8 @@
|
|||
#define TN_MM_PROJECTOR "mm.model.fc.weight" // idefics3
|
||||
#define TN_MM_PATCH_MERGER "mm.patch_merger.weight" // mistral small 3.1
|
||||
#define TN_TOK_IMG_BREAK "v.token_embd.img_break" // pixtral
|
||||
#define TN_TOK_GLM_BOI "adapter.boi" // glm-edge (these embeddings are not in text model)
|
||||
#define TN_TOK_GLM_EOI "adapter.eoi" // glm-edge (these embeddings are not in text model)
|
||||
|
||||
// mimicpmv
|
||||
#define TN_MINICPMV_POS_EMBD_K "resampler.pos_embed_k"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue