From 23b72b871c5477fecc23baaececf2c7ce269e853 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 21 May 2024 18:29:12 +0300 Subject: [PATCH] llama : remove tmp assert --- llama.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index 4122229ff..7bb3718ee 100644 --- a/llama.cpp +++ b/llama.cpp @@ -9120,8 +9120,6 @@ struct llm_build_context { // rope freq factors for 128k context struct ggml_tensor * rope_factors = build_rope_factors(); - GGML_ASSERT(rope_factors != nullptr && "rope_factors is required for phi3"); // TMP: remove me - for (int il = 0; il < n_layer; ++il) { auto residual = inpL;