Skip to content

Commit 6c045a8

Browse files
committed
ggml_backend_alloc_ctx_tensors_from_buft : remove old print
1 parent f70f94d commit 6c045a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ ggml_backend_buffer_t ggml_backend_alloc_ctx_tensors_from_buft(struct ggml_conte
778778
}
779779

780780
if (nbytes == 0) {
781-
//fprintf(stderr, "%s: no tensors to allocate\n", __func__);
781+
// all the tensors in the context are already allocated
782782
return NULL;
783783
}
784784

0 commit comments

Comments
 (0)