Skip to content

Commit ccde0dd

Browse files
committed
fix CI
1 parent 889965a commit ccde0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ struct ggml_backend_cann_context {
362362
std::set<std::string> valid_values = {"on", "1", "yes", "y", "enable"};
363363
async_mode = valid_values.find(value) != valid_values.end();
364364
GGML_LOG_INFO("%s: device %d async operator submission is %s\n", __func__,
365-
device, async_mode ? "ON" : "OFF");git
365+
device, async_mode ? "ON" : "OFF");
366366
}
367367

368368
/**

0 commit comments

Comments
 (0)