sync : ggml (ggml-alloc + linker + gguf fixes) (#1501)

This commit is contained in:
Georgi Gerganov
2023-11-17 10:00:07 +02:00
committed by GitHub
parent bebf0da983
commit d4353e48f7
4 changed files with 105 additions and 269 deletions

5
ggml.h
View File

@ -1371,8 +1371,13 @@ extern "C" {
int n_dims,
int mode,
int n_ctx,
int n_orig_ctx,
float freq_base,
float freq_scale,
float ext_factor,
float attn_factor,
float beta_fast,
float beta_slow,
float xpos_base,
bool xpos_down);