]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : fix typo in ggml_diag_mask_zero_inplace() (#159)
authorAndrei <redacted>
Wed, 17 May 2023 06:27:11 +0000 (02:27 -0400)
committerGitHub <redacted>
Wed, 17 May 2023 06:27:11 +0000 (09:27 +0300)
include/ggml/ggml.h

index 255541d0257e3abea7461e6c8a84a4cb5f1fe583..2749b9aface0907b4953e89c48ca9cb986443c1f 100644 (file)
@@ -849,7 +849,7 @@ extern "C" {
             int                   n_past);
 
     // in-place, returns view(a)
-    GGML_API struct ggml_tensor * gml_diag_mask_zero_inplace(
+    GGML_API struct ggml_tensor * ggml_diag_mask_zero_inplace(
             struct ggml_context * ctx,
             struct ggml_tensor  * a,
             int                   n_past);