Skip to content

Commit 23b72b8

Browse files
committed
llama : remove tmp assert
1 parent 600896b commit 23b72b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llama.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9120,8 +9120,6 @@ struct llm_build_context {
91209120
// rope freq factors for 128k context
91219121
struct ggml_tensor * rope_factors = build_rope_factors();
91229122

9123-
GGML_ASSERT(rope_factors != nullptr && "rope_factors is required for phi3"); // TMP: remove me
9124-
91259123
for (int il = 0; il < n_layer; ++il) {
91269124
auto residual = inpL;
91279125

0 commit comments

Comments
 (0)