From 1b6efeab829f3eeda5b39bd47624bb60b3531b88 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 5 Jul 2023 20:20:05 +0300 Subject: tests : fix test-grad0 --- tests/test-grad0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-grad0.c') diff --git a/tests/test-grad0.c b/tests/test-grad0.c index b5a499c1..a3e25214 100644 --- a/tests/test-grad0.c +++ b/tests/test-grad0.c @@ -1154,7 +1154,7 @@ int main(int argc, const char ** argv) { continue; } - struct ggml_tensor * f = ggml_sum(ctx0, ggml_rope(ctx0, x[0], n_past, n_rot, mode)); + struct ggml_tensor * f = ggml_sum(ctx0, ggml_rope(ctx0, x[0], n_past, n_rot, mode, 0)); GGML_PRINT_DEBUG("rope: n_past: %d n_rot: %d mode: %d\n", n_past, n_rot, mode); check_gradient("rope", ctx0, x, f, ndims, nargs, 1e-2f, 1e-3f, INFINITY); -- cgit v1.2.3