mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 06:15:26 +00:00
fix model bytes counter
This commit is contained in:
parent
2d79554694
commit
8e9ab45458
4 changed files with 152 additions and 190 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue