diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2024-04-03 22:57:20 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2024-04-06 17:42:26 +0300 |
commit | b66aec675c1571a06b3570b858ae711246f96f84 (patch) | |
tree | c881713fb6d3be7ed7a4b36ad40f377003129cf6 | |
parent | 57dd02c44b2a0eb79e28f6c5eb8242a5d2d3174d (diff) |
backend : fix typo in scheduler documentation (ggml/781)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
-rw-r--r-- | ggml-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-backend.h b/ggml-backend.h index 422457ab..744b6a77 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); |