ggml_backend_alloc_ctx_tensors_from_buft : remove old print
This commit is contained in:
parent
f70f94dfb8
commit
6c045a86ed
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ ggml_backend_buffer_t ggml_backend_alloc_ctx_tensors_from_buft(struct ggml_conte
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nbytes == 0) {
|
if (nbytes == 0) {
|
||||||
//fprintf(stderr, "%s: no tensors to allocate\n", __func__);
|
// all the tensors in the context are already allocated
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue