CANN: fix typo in ggml-cann (#12733)

This commit is contained in:
zhouwg 2025-04-07 19:34:14 +08:00 committed by GitHub
parent d0d5b2232b
commit 52b3d71f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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