Skip to content

master-eea77cb

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:02
eea77cb
feat: throttle model loading progress updates (#782)

Some terminals have slow display latency, so frequent output
during model loading can actually slow down the process.

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.