removing 1 whitespace
This commit is contained in:
parent
7d0404c393
commit
afb8f6ee6a
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ void save_as_llama_model(struct llama_vocab * vocab, struct my_llama_model * mod
|
|||
stuff_karpathy_weights_into_gg(model->norm, w->rms_final_weight);
|
||||
//print_row(model->norm, 0);
|
||||
|
||||
// for rms-att-weight
|
||||
// for rms-att-weight
|
||||
int row_length = model->hparams.n_embd;
|
||||
const auto & hparams = model->hparams;
|
||||
//int n_ff = model->hparams.n_embd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue