We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d44460 commit 8d7d75aCopy full SHA for 8d7d75a
tools/mtmd/clip-impl.h
@@ -48,7 +48,7 @@
48
// tensor name constants
49
//
50
51
-#define TN_POS_EMBD "v.position_embd.weight"
+#define TN_POS_EMBD "%s.position_embd.weight"
52
#define TN_CLASS_EMBD "v.class_embd"
53
#define TN_PATCH_EMBD "v.patch_embd.weight" // not rename tensor with ".0" postfix for backwrad compat
54
#define TN_PATCH_EMBD_1 "v.patch_embd.weight.1"
0 commit comments