mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-06 17:57:44 +02:00
Check if input and output files are the same before quantizing to prevent file corruption when mmap reads from a file being written to. Fixes #12753