fix function argument type in declaration
This commit is contained in:
parent
ad83e416b3
commit
a352d40b5d
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue