ggml : update deprecation message

This commit is contained in:
Georgi Gerganov 2024-02-15 14:18:37 +02:00
parent 8c7b9ee28c
commit e3d4b99a9e
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

2
ggml.h
View file

@ -1491,7 +1491,7 @@ extern "C" {
int n_past, int n_past,
int n_head, int n_head,
float bias_max), float bias_max),
"use ggml_soft_max_ext instead"); "use ggml_soft_max_ext instead (will be removed in Mar 2024)");
// clamp // clamp
// in-place, returns view(a) // in-place, returns view(a)