From a352d40b5da6fdb2536bde363ca90d7cb75ac3a2 Mon Sep 17 00:00:00 2001 From: xaedes Date: Tue, 7 Nov 2023 00:06:34 +0100 Subject: [PATCH] fix function argument type in declaration --- ggml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.h b/ggml.h index c25415ae3..26654fc8e 100644 --- a/ggml.h +++ b/ggml.h @@ -1378,7 +1378,7 @@ extern "C" { float ext_factor, float attn_factor, float beta_fast, - bool beta_slow, + float beta_slow, float xpos_base, bool xpos_down);