Skip to content

Commit 6ea598d

Browse files
LostRuinsNexesenex
authored andcommitted
update sdui fixed resetting
1 parent d35a1cf commit 6ea598d

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ static ggml_cuda_device_info ggml_cuda_init() {
226226
//#else
227227
// GGML_LOG_INFO("%s: GGML_CUDA_FORCE_CUBLAS: no\n", __func__);
228228
//#endif // GGML_CUDA_FORCE_CUBLAS
229-
GGML_LOG_INFO("---\nInitializing CUDA/HIP, please wait, the following step may take a few minutes for first launch...\n---\n", __func__, info.device_count);
229+
GGML_LOG_INFO("---\nInitializing CUDA/HIP, please wait, the following step may take a few minutes for first launch...\n---\n");
230230
GGML_LOG_INFO("%s: found %d " GGML_CUDA_NAME " devices:\n", __func__, info.device_count);
231231
for (int id = 0; id < info.device_count; ++id) {
232232
int device_vmm = 0;

0 commit comments

Comments
 (0)