ggml_backend_alloc_ctx_tensors_from_buft : remove old print

This commit is contained in:
slaren 2023-12-20 22:05:32 +01:00
parent f70f94dfb8
commit 6c045a86ed

View file

@ -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;
} }