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 69ecb00 commit 8f1a943Copy full SHA for 8f1a943
ggml_extend.hpp
@@ -1297,7 +1297,7 @@ class Linear : public UnaryBlock {
1297
rank = 128;
1298
} else if (prefix.find("time_in.out_layer") != std::string::npos) {
1299
rank = 768;
1300
- } else if (prefix.find"txt_in") != std::string::npos) {
+ } else if (prefix.find("txt_in") != std::string::npos) {
1301
rank = 960;
1302
} else if (prefix.find("vector_in.in_layer") != std::string::npos) {
1303
rank = 256;
0 commit comments