Skip to content

Commit e71e72e

Browse files
Update tests/test-opt.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 1d9a193 commit e71e72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-opt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ int main(void) {
955955
} break;
956956
case GGML_OPT_OPTIMIZER_TYPE_COUNT: {
957957
GGML_ABORT("fatal error");
958-
} break;
958+
}
959959
}
960960
skip = !ggml_backend_supports_op(backends[i], t);
961961
ggml_free(ctx);

0 commit comments

Comments
 (0)