From afb8f6ee6ab7c7c5bd3a6aa37f4790b49d605140 Mon Sep 17 00:00:00 2001 From: Aniket Date: Wed, 9 Aug 2023 09:06:10 -0400 Subject: [PATCH] removing 1 whitespace --- examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp b/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp index 2f2e9a159..bdad51995 100644 --- a/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp +++ b/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp @@ -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;