From 82f5d5697b2d1088c9b5819fffbee1aa18400340 Mon Sep 17 00:00:00 2001 From: sharpHL <132747147+sharpHL@users.noreply.github.com> Date: Sun, 28 Jan 2024 00:51:04 +0800 Subject: [PATCH] Update llama.cpp Co-authored-by: Georgi Gerganov --- llama.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index 20fcee4c7..7c6cfa76f 100644 --- a/llama.cpp +++ b/llama.cpp @@ -6708,8 +6708,6 @@ static struct ggml_cgraph * llama_build_graph( { result = llm.build_orion(); } break; - - default: GGML_ASSERT(false); }