add missing function arguments in declaration

This commit is contained in:
xaedes 2023-11-07 00:03:57 +01:00
parent 3490a17b15
commit ad83e416b3
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

4
ggml.h
View file

@ -1378,7 +1378,9 @@ extern "C" {
float ext_factor, float ext_factor,
float attn_factor, float attn_factor,
float beta_fast, float beta_fast,
bool beta_slow); bool beta_slow,
float xpos_base,
bool xpos_down);
// alibi position embedding // alibi position embedding
// in-place, returns view(a) // in-place, returns view(a)