Skip to content

Commit

Permalink
Increase memory for matmul test
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 19, 2023
1 parent 1d03790 commit e5e1b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Q4_1_O_large_matmul.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, const char ** argv) {
srand(42);

struct ggml_init_params params = {
.mem_size = 8 * 1024 * 1024,
.mem_size = 16 * 1024 * 1024,
.mem_buffer = NULL,
.no_alloc = false,
};
Expand Down

0 comments on commit e5e1b50

Please sign in to comment.