This commit is contained in:
Concedo 2023-05-17 17:18:12 +08:00
parent 2c6ac06936
commit 31c105c746

2
ggml.h
View file

@ -853,7 +853,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);