fix model bytes counter

This commit is contained in:
Lizonghang 2024-12-10 14:57:48 +04:00
parent 2d79554694
commit 8e9ab45458
4 changed files with 152 additions and 190 deletions

View file

@ -563,6 +563,7 @@ extern "C" {
struct llama_model_loader * ml,
struct model_flops * n_flops,
struct model_params * n_params,
struct model_bytes * n_bytes,
const int64_t n_history,
const int64_t n_ctx,
enum ggml_type * inp_embd_dtype,