Skip to content

[hf-xet v1.5.1] Progress Reporting Improvement

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:57
9dc8c18

Problems addressed

  • Missing final progress update — Progress was only emitted on a fixed poll interval, so the last snapshot could be skipped when upload/download finished between ticks (e.g. UI stuck below 100%).

  • Panic on shutdown — The background progress thread used Python::attach while the interpreter was tearing down, which can panic when the GIL is no longer available.

Full Changelog: 1.5.0...v1.5.1