Skip to content

Commit ecd6617

Browse files
authored
Update ggml_extend.hpp
1 parent 03aff83 commit ecd6617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml_extend.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ class Linear : public UnaryBlock {
13101310
}
13111311

13121312
auto im = ggml_mul_mat(ctx, x, w);
1313-
auto imv = ggml_diag(im);
1313+
auto imv = ggml_diag(ctx, im);
13141314

13151315
//
13161316
print_ggml_tensor(x, true, "imatrix x");

0 commit comments

Comments
 (0)