Skip to content

Commit 852a5f7

Browse files
committed
https://github.com/ggerganov/llama.cpp/pull/11824
1 parent 1191c82 commit 852a5f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/src/ggml-cpu/ggml-cpu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9010,9 +9010,9 @@ static void ggml_compute_forward_clamp_f32(
90109010

90119011
const struct ggml_tensor * src0 = dst->src[0];
90129012

9013-
if (params->ith != 0) {
9014-
return;
9015-
}
9013+
// if (params->ith != 0) {
9014+
// return;
9015+
// }
90169016

90179017
float min;
90189018
float max;

0 commit comments

Comments
 (0)