add missing function arguments in declaration
This commit is contained in:
parent
3490a17b15
commit
ad83e416b3
1 changed files with 3 additions and 1 deletions
4
ggml.h
4
ggml.h
|
@ -1378,7 +1378,9 @@ extern "C" {
|
|||
float ext_factor,
|
||||
float attn_factor,
|
||||
float beta_fast,
|
||||
bool beta_slow);
|
||||
bool beta_slow,
|
||||
float xpos_base,
|
||||
bool xpos_down);
|
||||
|
||||
// alibi position embedding
|
||||
// in-place, returns view(a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue