increase test-grad0 context mem size to accommodate for bigger cgraph
This commit is contained in:
parent
82c5247a20
commit
5fcfa7e49e
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ static bool check_mat_mul(
|
|||
|
||||
int main(int argc, const char ** argv) {
|
||||
struct ggml_init_params params = {
|
||||
/* .mem_size = */ 128*1024*1024,
|
||||
/* .mem_size = */ 256*1024*1024,
|
||||
/* .mem_buffer = */ NULL,
|
||||
/* .no_alloc = */ false,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue