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 8f1a943 commit 27dee87Copy full SHA for 27dee87
ggml_extend.hpp
@@ -1301,7 +1301,7 @@ class Linear : public UnaryBlock {
1301
rank = 960;
1302
} else if (prefix.find("vector_in.in_layer") != std::string::npos) {
1303
rank = 256;
1304
- } else if (prefix.find("vector_in.in_layer") != std::string::npos) {
+ } else if (prefix.find("vector_in.out_layer") != std::string::npos) {
1305
rank = 576;
1306
} else if (prefix.find("final_layer.adaLN_modulation") != std::string::npos) {
1307
rank = 1088;
0 commit comments