fix typo
This commit is contained in:
parent
2c6ac06936
commit
31c105c746
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue