CoderRC
CoderRC
There is an very easy way to build on windows using mingw32 compilation in msys2. 1. Download msys2-x86_64-20230318 from https://www.msys2.org/ 2. Open the file click next, next, wait for install...
I have created my own library that implements mmap using mingw32 that makes this project maintainable for windows. It is possible to compile the program using library from https://github.com/CoderRC/libmingw32_extended, make...
I have created my own library that implements mmap using mingw32 that makes this project maintainable for windows. It is possible to compile the program using library from https://github.com/CoderRC/libmingw32_extended, make...
mincore is not in POSIX, so in POSIX it is impossible to check if mincore exists. I do not recommend to add this to this project. Btw Warning: mincore() is...
libmingw32_extended is needed because the POSIX translation code for windows will be outdated in llama.cpp eventually, and right now there is a warning when compiling #pragma message("warning: You are building...