Skip to content

Commit 8d7d75a

Browse files
committed
fix merge conflict
1 parent 4d44460 commit 8d7d75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// tensor name constants
4949
//
5050

51-
#define TN_POS_EMBD "v.position_embd.weight"
51+
#define TN_POS_EMBD "%s.position_embd.weight"
5252
#define TN_CLASS_EMBD "v.class_embd"
5353
#define TN_PATCH_EMBD "v.patch_embd.weight" // not rename tensor with ".0" postfix for backwrad compat
5454
#define TN_PATCH_EMBD_1 "v.patch_embd.weight.1"

0 commit comments

Comments
 (0)