mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-14 11:07:10 +00:00
Get mmap() working with WIN32 MSVC
- We have pretty high quality POSIX polyfills now - We no longer need to override malloc() Tracked by issue #91 Improves upon #341
This commit is contained in:
@@ -107,7 +107,9 @@ endif()
|
||||
add_executable(llama
|
||||
main.cpp
|
||||
utils.cpp
|
||||
utils.h)
|
||||
utils.h
|
||||
mmap.c
|
||||
mmap.h)
|
||||
|
||||
add_executable(quantize
|
||||
quantize.cpp
|
||||
|
||||
Reference in New Issue
Block a user