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); }