From bf2976591e25f34d336baf0b2cead7a77b4b1e02 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 19 Feb 2024 10:25:02 +0200 Subject: [PATCH] minor : fix whitespaces --- examples/baby-llama/baby-llama.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/baby-llama/baby-llama.cpp b/examples/baby-llama/baby-llama.cpp index 1e1fbe0ae..65bb238a0 100644 --- a/examples/baby-llama/baby-llama.cpp +++ b/examples/baby-llama/baby-llama.cpp @@ -1533,7 +1533,7 @@ int main(int argc, char ** argv) { int n_past = 0; - struct ggml_cgraph * gf = NULL; + struct ggml_cgraph * gf = NULL; gf = ggml_new_graph_custom(ctx0, LLAMA_TRAIN_MAX_NODES, true); get_example_targets_batch(ctx0, 64*ex+0, tokens_input, targets); @@ -1601,7 +1601,7 @@ int main(int argc, char ** argv) { }; struct ggml_context * ctx0 = ggml_init(params); - struct ggml_cgraph * gf = NULL; + struct ggml_cgraph * gf = NULL; gf = ggml_new_graph_custom(ctx0, LLAMA_TRAIN_MAX_NODES, true); int n_past = 0;