diff --git a/ggml-alloc.c b/ggml-alloc.c index 76e9d9ee5..a97436b17 100644 --- a/ggml-alloc.c +++ b/ggml-alloc.c @@ -778,7 +778,7 @@ ggml_backend_buffer_t ggml_backend_alloc_ctx_tensors_from_buft(struct ggml_conte } if (nbytes == 0) { - //fprintf(stderr, "%s: no tensors to allocate\n", __func__); + // all the tensors in the context are already allocated return NULL; }