From 0ae5b1aa62b26ba389b61a822c38e4b332a40736 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Thu, 12 Oct 2023 16:11:21 +0800 Subject: [PATCH] removed trailing whitespace --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 81671031004b7..c7deb3fb5fe92 100644 --- a/llama.cpp +++ b/llama.cpp @@ -9147,7 +9147,7 @@ size_t llama_set_state_data(struct llama_context * ctx, uint8_t * src) { const size_t elt_size = ggml_element_size(kv_self.k); ggml_context * cpy_ctx = ggml_init({ 4096, NULL, /* no_alloc */ true }); - + // create a temporary cgraph without initialising ggml objects, code inspired from `ggml.c:ggml_new_graph` struct ggml_cgraph * gf = (struct ggml_cgraph *) (malloc(sizeof(ggml_cgraph)));