Skip to content

Releases: bodaay/HuggingFaceModelDownloader

Release 2.0.0

05 Sep 16:52
Compare
Choose a tag to compare

Cleaner mental model (one download command, sensible defaults).

Filesystem‑only resume—reliable and transparent; no “state” files to corrupt.

JSON events and a TUI that looks great everywhere.

Strong cancellation story for real‑world, long‑running downloads.

Release 1.4.2

26 Oct 03:00
Compare
Choose a tag to compare

Forced cgo_enabled=0

Release 1.4.1

12 Oct 11:39
Compare
Choose a tag to compare

fixed install and install path

Release 1.4.0

12 Oct 11:03
Compare
Choose a tag to compare

Added support llamafile extension filtering

Full Changelog: 1.3.9...1.4.0

Release 1.3.9

12 Oct 09:47
Compare
Choose a tag to compare

Fixed a bug where filters are missed when the file within a sub folder

Release 1.3.8

06 Oct 21:21
Compare
Choose a tag to compare

Merged Pending Pull Requests

What's Changed

  • Use less CPU during downloads by @issuj in #36
  • fix deprecated env var HUGGING_FACE_HUB_TOKEN by @yuxi-liu-wired in #34
    • Use /usr/bin/env to find bash, making build scripts compatiable with NixOS and other non-standard systems. by @deftdawg in #29
  • Make hfDownloader functions respect silent mode by @RJKeevil in #33

New Contributors

Full Changelog: 1.3.4...1.3.8

Release 1.3.4

07 Mar 15:41
Compare
Choose a tag to compare

Merged Pull Request #25
Added Silent Mode as temporary solution to progress bar printing issue

Release 1.2.9

11 Nov 03:53
Compare
Choose a tag to compare

Merged Pull requests

Release 1.2.8

01 Sep 13:22
Compare
Choose a tag to compare

Adding new extension for LFS files

Release 1.2.7

19 Jul 19:56
Compare
Choose a tag to compare

changed Hugging Face Token Env Variable name to follow standard