]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
backend : fix typo in scheduler documentation (ggml/781)
authorDaniel Bevenius <redacted>
Wed, 3 Apr 2024 20:57:20 +0000 (22:57 +0200)
committerGeorgi Gerganov <redacted>
Sun, 7 Apr 2024 13:15:56 +0000 (16:15 +0300)
Signed-off-by: Daniel Bevenius <redacted>
ggml-backend.h

index 422457ab6fc50a245640ec06ea635745125c0ecc..744b6a77457d730a1abdb849d994f7c3d5cc81fe 100644 (file)
@@ -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);