From 10fbb1f33d1c7d6a9ee2c014af91288fc52895c4 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 28 Jan 2024 18:58:35 +0200 Subject: [PATCH] llama : fix trailing whitespace --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 2da507ea1..f7d054c57 100644 --- a/llama.cpp +++ b/llama.cpp @@ -10248,7 +10248,7 @@ struct llama_context * llama_new_context_with_model( return nullptr; } ctx->backends.push_back(backend); - } + } #elif defined(GGML_USE_SYCL) if (model->n_gpu_layers > 0) { ggml_backend_t backend = ggml_backend_sycl_init(model->main_gpu);