ggml : update deprecation message
This commit is contained in:
parent
8c7b9ee28c
commit
e3d4b99a9e
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -1491,7 +1491,7 @@ extern "C" {
|
|||
int n_past,
|
||||
int n_head,
|
||||
float bias_max),
|
||||
"use ggml_soft_max_ext instead");
|
||||
"use ggml_soft_max_ext instead (will be removed in Mar 2024)");
|
||||
|
||||
// clamp
|
||||
// in-place, returns view(a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue