Skip to content

Commit 700d146

Browse files
danbevggerganov
authored andcommitted
backend : fix typo in scheduler documentation (ggml/781)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent a74fde9 commit 700d146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ extern "C" {
137137
/*
138138
Example usage:
139139
140-
// operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be asigned
140+
// operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be assigned
141141
// preferrably to run on the same backend as the buffer
142142
ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);
143143

0 commit comments

Comments
 (0)