From b66aec675c1571a06b3570b858ae711246f96f84 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 3 Apr 2024 22:57:20 +0200 Subject: [PATCH] backend : fix typo in scheduler documentation (ggml/781) Signed-off-by: Daniel Bevenius --- ggml-backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-backend.h b/ggml-backend.h index 422457ab6fc50..744b6a77457d7 100644 --- a/ggml-backend.h +++ b/ggml-backend.h @@ -137,7 +137,7 @@ extern "C" { /* Example usage: - // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be asigned + // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be assigned // preferrably to run on the same backend as the buffer ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);