We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f9be4 commit 3051baaCopy full SHA for 3051baa
1 file changed
tools/mtmd/clip-impl.h
@@ -189,10 +189,10 @@
189
#define TN_CONV_NORM "%s.blk.%d.conv_norm.%s"
190
#define TN_CONV_PW1 "%s.blk.%d.conv_pw1.%s"
191
#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"
+#define TN_INP_PROJ "a.input_projection.%s"
+#define TN_CTC_OUT "a.enc_ctc_out.%s"
+#define TN_CTC_OUT_MID "a.enc_ctc_out_mid.%s"
+#define TN_ATTN_REL_POS_EMB "%s.blk.%d.attn_rel_pos_emb"
196
// qformer projector
197
#define TN_QF_PROJ_QUERY "a.proj_query"
198
#define TN_QF_PROJ_NORM "a.proj_norm.%s"
0 commit comments