Skip to content

Commit 883238c

Browse files
committed
fix: failed to build
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 5772324 commit 883238c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ const char* sd_get_system_info() {
405405
static char buffer[1024];
406406
std::stringstream ss;
407407
ss << "System Info: \n";
408-
ss << " BLAS = " << ggml_cpu_has_blas() << std::endl;
409408
ss << " SSE3 = " << ggml_cpu_has_sse3() << std::endl;
410409
ss << " AVX = " << ggml_cpu_has_avx() << std::endl;
411410
ss << " AVX2 = " << ggml_cpu_has_avx2() << std::endl;

0 commit comments

Comments
 (0)