Skip to content

Commit 27dee87

Browse files
authored
Update ggml_extend.hpp
1 parent 8f1a943 commit 27dee87

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
@@ -1301,7 +1301,7 @@ class Linear : public UnaryBlock {
13011301
rank = 960;
13021302
} else if (prefix.find("vector_in.in_layer") != std::string::npos) {
13031303
rank = 256;
1304-
} else if (prefix.find("vector_in.in_layer") != std::string::npos) {
1304+
} else if (prefix.find("vector_in.out_layer") != std::string::npos) {
13051305
rank = 576;
13061306
} else if (prefix.find("final_layer.adaLN_modulation") != std::string::npos) {
13071307
rank = 1088;

0 commit comments

Comments
 (0)