]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Add support for file load progress reporting callbacks (#434)
authorJed Fox <redacted>
Sat, 25 Mar 2023 05:26:28 +0000 (01:26 -0400)
committerGitHub <redacted>
Sat, 25 Mar 2023 05:26:28 +0000 (07:26 +0200)
commit58e6c9f36f97d0a3e287b97256dc5f6b0e9fb5ae
tree13a245a38e0a7331ce26aae6db53bc62d8bd6a2f
parent36d07532ef7ccf0bdc12e050472f359a6794957f
Add support for file load progress reporting callbacks (#434)

* File load progress reporting

* Move llama_progress_handler into llama_context_params

* Renames

* Use seekg to find file size instead

* More correct load progress

* Call progress callback more frequently

* Fix typo
llama.cpp
llama.h