Skip to content

Commit 78e0fbd

Browse files
committed
Remove debug
1 parent 9de7244 commit 78e0fbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-cpu/ops.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10950,8 +10950,6 @@ void ggml_compute_forward_delta_net_f32(const ggml_compute_params * params, ggml
1095010950

1095110951
// Process each chunk with all sequences and heads together
1095210952
for (int64_t chunk = 0; chunk < num_chunks; chunk++) {
10953-
GGML_LOG_INFO("\n=== Processing chunk %ld ===\n", chunk);
10954-
1095510953
// Create lambdas for tensor access similar to recurrent function
1095610954
const auto q_chunk = [chunk, src0](int64_t seq, int64_t head, int64_t token_idx, int64_t i) {
1095710955
return ggml_get_f32_nd(src0, i, chunk * chunk_size + token_idx, head, seq);

0 commit comments

Comments
 (0)