We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5b22 commit 52b3d71Copy full SHA for 52b3d71
ggml/src/ggml-cann/ggml-cann.cpp
@@ -803,7 +803,7 @@ static enum ggml_status ggml_backend_cann_buffer_init_tensor(
803
return GGML_STATUS_SUCCESS;
804
}
805
806
- // TODO: can backend doesn't support quantized yet. Just leave the code
+ // TODO: cann backend doesn't support quantized yet. Just leave the code
807
// here.
808
if (ggml_is_quantized(tensor->type)) {
809
// Initialize padding to 0 to avoid possible NaN values
0 commit comments