We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74fde9 commit 700d146Copy full SHA for 700d146
ggml-backend.h
@@ -137,7 +137,7 @@ extern "C" {
137
/*
138
Example usage:
139
140
- // 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
141
// preferrably to run on the same backend as the buffer
142
ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);
143
0 commit comments