Skip to content

Commit 3051baa

Browse files
mtmd: align TN_ define spacing
1 parent b2f9be4 commit 3051baa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/mtmd/clip-impl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@
189189
#define TN_CONV_NORM "%s.blk.%d.conv_norm.%s"
190190
#define TN_CONV_PW1 "%s.blk.%d.conv_pw1.%s"
191191
#define TN_CONV_PW2 "%s.blk.%d.conv_pw2.%s"
192-
#define TN_INP_PROJ "a.input_projection.%s"
193-
#define TN_CTC_OUT "a.enc_ctc_out.%s"
194-
#define TN_CTC_OUT_MID "a.enc_ctc_out_mid.%s"
195-
#define TN_ATTN_REL_POS_EMB "%s.blk.%d.attn_rel_pos_emb"
192+
#define TN_INP_PROJ "a.input_projection.%s"
193+
#define TN_CTC_OUT "a.enc_ctc_out.%s"
194+
#define TN_CTC_OUT_MID "a.enc_ctc_out_mid.%s"
195+
#define TN_ATTN_REL_POS_EMB "%s.blk.%d.attn_rel_pos_emb"
196196
// qformer projector
197197
#define TN_QF_PROJ_QUERY "a.proj_query"
198198
#define TN_QF_PROJ_NORM "a.proj_norm.%s"

0 commit comments

Comments
 (0)