@@ -640,7 +640,6 @@ class MODEL_TENSOR(IntEnum):
640640 V_RESMPL_Q_NORM = auto () # minicpmv
641641 V_RESMPL_PROJ = auto () # minicpmv
642642 V_RESMPL_QUERY = auto () # minicpmv
643- V_RESMPL_ATTN_NORM = auto () # PaddleOCR-VL
644643 V_RESMPL_FFN_UP = auto () # PaddleOCR-VL
645644 V_RESMPL_FFN_DOWN = auto () # PaddleOCR-VL
646645 V_TOK_EMBD_IMG_BREAK = auto () # pixtral
@@ -989,7 +988,6 @@ class MODEL_TENSOR(IntEnum):
989988 MODEL_TENSOR .V_RESMPL_Q_NORM : "resampler.ln_q" ,
990989 MODEL_TENSOR .V_RESMPL_PROJ : "resampler.proj" ,
991990 MODEL_TENSOR .V_RESMPL_QUERY : "resampler.query" ,
992- MODEL_TENSOR .V_RESMPL_ATTN_NORM : "resampler.ln2" ,
993991 MODEL_TENSOR .V_RESMPL_FFN_UP : "resampler.ffn_up" ,
994992 MODEL_TENSOR .V_RESMPL_FFN_DOWN : "resampler.ffn_down" ,
995993 MODEL_TENSOR .V_TOK_EMBD_IMG_BREAK : "v.token_embd.img_break" , # pixtral
@@ -1060,7 +1058,6 @@ class MODEL_TENSOR(IntEnum):
10601058 MODEL_TENSOR .V_RESMPL_Q_NORM ,
10611059 MODEL_TENSOR .V_RESMPL_PROJ ,
10621060 MODEL_TENSOR .V_RESMPL_QUERY ,
1063- MODEL_TENSOR .V_RESMPL_ATTN_NORM ,
10641061 MODEL_TENSOR .V_RESMPL_FFN_UP ,
10651062 MODEL_TENSOR .V_RESMPL_FFN_DOWN ,
10661063 MODEL_TENSOR .V_TOK_EMBD_IMG_BREAK ,
0 commit comments