cleaning up to remove spaces and satisfy failed checks
This commit is contained in:
parent
5520876c3c
commit
d14c066f0c
1 changed files with 21 additions and 22 deletions
|
@ -296,7 +296,6 @@ void init_model(struct my_llama_model * model) {
|
|||
printf("[%s:GG] Allocating [%d] x[%d] = [%d] float space for layer.w2 for [%d] layers\n",__func__, n_embd, n_ff, n_ff * n_embd, n_layer);
|
||||
printf("[%s:GG] Allocating [%d] x[%d] = [%d] float space for layer.w3 for [%d] layers\n",__func__, n_ff, n_embd, n_embd * n_ff, n_layer);
|
||||
|
||||
|
||||
ggml_set_name(model->tok_embeddings, "tok_embeddings.weight");
|
||||
ggml_set_name(model->norm, "norm.weight");
|
||||
ggml_set_name(model->output, "output.weight");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue