Skip to content

Commit 8f1a943

Browse files
authored
Update ggml_extend.hpp
1 parent 69ecb00 commit 8f1a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml_extend.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ class Linear : public UnaryBlock {
12971297
rank = 128;
12981298
} else if (prefix.find("time_in.out_layer") != std::string::npos) {
12991299
rank = 768;
1300-
} else if (prefix.find"txt_in") != std::string::npos) {
1300+
} else if (prefix.find("txt_in") != std::string::npos) {
13011301
rank = 960;
13021302
} else if (prefix.find("vector_in.in_layer") != std::string::npos) {
13031303
rank = 256;

0 commit comments

Comments
 (0)