From: zhouwg Date: Mon, 7 Apr 2025 11:34:14 +0000 (+0800) Subject: CANN: fix typo in ggml-cann (#12733) X-Git-Tag: gguf-v0.16.1~91 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=52b3d71f128c1eeab39b918adf1f7a8f5e256619;p=pkg%2Fggml%2Fsources%2Fllama.cpp CANN: fix typo in ggml-cann (#12733) --- diff --git a/ggml/src/ggml-cann/ggml-cann.cpp b/ggml/src/ggml-cann/ggml-cann.cpp index bcd05c9a..326f9d29 100644 --- a/ggml/src/ggml-cann/ggml-cann.cpp +++ b/ggml/src/ggml-cann/ggml-cann.cpp @@ -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