]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
CANN: fix typo in ggml-cann (llama/12733)
authorzhouwg <redacted>
Mon, 7 Apr 2025 11:34:14 +0000 (19:34 +0800)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 17:39:16 +0000 (20:39 +0300)
ggml/src/ggml-cann/ggml-cann.cpp

index bcd05c9ae75de797777628aebd757d69a9bb0149..326f9d298b6ba4b582a758f50b944039537701f3 100644 (file)
@@ -803,7 +803,7 @@ static enum ggml_status ggml_backend_cann_buffer_init_tensor(
         return GGML_STATUS_SUCCESS;
     }
 
-    // TODO: can backend doesn't support quantized yet. Just leave the code
+    // TODO: cann backend doesn't support quantized yet. Just leave the code
     // here.
     if (ggml_is_quantized(tensor->type)) {
         // Initialize padding to 0 to avoid possible NaN values