mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 20:09:41 +00:00
switch noavx2 to not use openblas, as it has incompatible instructions
This commit is contained in:
parent
23825abee1
commit
45456fa6ca
10 changed files with 35 additions and 35 deletions
|
@ -247,7 +247,7 @@ struct llama_mmap {
|
|||
#pragma message("warning: You are building for pre-Windows 8; prefetch not supported")
|
||||
#endif // _WIN32_WINNT >= _WIN32_WINNT_WIN8
|
||||
#else
|
||||
printf("\nPrefetchVirtualMemory skipped in failsafe mode.");
|
||||
printf("\nPrefetchVirtualMemory skipped in compatibility mode.\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue