mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
attempts a backflip, but does he stick the landing?
This commit is contained in:
commit
70aee82552
139 changed files with 16067 additions and 19275 deletions
|
@ -425,7 +425,6 @@ const char* sd_get_system_info() {
|
|||
static char buffer[1024];
|
||||
std::stringstream ss;
|
||||
ss << "System Info: \n";
|
||||
ss << " BLAS = " << ggml_cpu_has_blas() << std::endl;
|
||||
ss << " SSE3 = " << ggml_cpu_has_sse3() << std::endl;
|
||||
ss << " AVX = " << ggml_cpu_has_avx() << std::endl;
|
||||
ss << " AVX2 = " << ggml_cpu_has_avx2() << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue