Skip to content

[v1.1.2] Smol binaries, sdist, bug fixes

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 20:44
b6bb555

✨ New Features and Improvements

  • Much Smaller Binaries: In this release we’ve dropped the installed binary size across all platforms (ex. Linux went from ~96MB → ~14MB).
  • sdist installation support: Now hf-xet can be compiled using best practices for Python package sdist installation. Thanks @tiran and @szalpal for the original bug reports!

🐛 Bug Fixes (retries, open-files, sdist, smaller binaries)

  • More resilient uploads & downloads by adding retries to many error paths through download and upload. Fixes #300 #322 #311
  • Optimizations around model compression selection, object serialization.
  • Prevent "Too Many Open Files" error by limiting concurrent downloads.
  • Build & release updates to support sdist, dbg symbols. Fixes #255 #304
  • Code cleanup and refactoring around progress reporting.

What's Changed

Full Changelog: v1.1.1...v1.1.2