feat: throttle model loading progress updates #782
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some terminals have slow display latency, so frequent output during model loading can actually slow down the process. This was noticed with Koboldcpp:
LostRuins/koboldcpp@7e1289ade8#diff-7a80f0aa6edc2ee454dc0ef3cd77423a3d7ed7dabe346a923979e58a54440b7b
Also, since tensor loading times can vary a lot, the progress display now shows the average across past iterations instead of just the last one.