fix function argument type in declaration

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

2
ggml.h
View file

@ -1378,7 +1378,7 @@ extern "C" {
float ext_factor, float ext_factor,
float attn_factor, float attn_factor,
float beta_fast, float beta_fast,
bool beta_slow, float beta_slow,
float xpos_base, float xpos_base,
bool xpos_down); bool xpos_down);