Просмотр исходного кода

backend : fix typo in scheduler documentation (ggml/781)

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel Bevenius 1 год назад
Родитель
Сommit
b66aec675c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ggml-backend.h

+ 1 - 1
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);