mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-03 17:50:26 +00:00
beb1f0c503
This change limits progress updates to approximately every 0.1% of the file size to minimize stdio overhead. Also fixes compiler warnings regarding __func__ in lambdas. Signed-off-by: Adrien Gallouët <angt@huggingface.co>