Releases: bodaay/HuggingFaceModelDownloader
Releases · bodaay/HuggingFaceModelDownloader
Release 2.0.0
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
Forced cgo_enabled=0
Release 1.4.1
fixed install and install path
Release 1.4.0
Added support llamafile extension filtering
Full Changelog: 1.3.9...1.4.0
Release 1.3.9
Fixed a bug where filters are missed when the file within a sub folder
Release 1.3.8
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
- Make hfDownloader functions respect silent mode by @RJKeevil in #33
New Contributors
- @issuj made their first contribution in #36
- @yuxi-liu-wired made their first contribution in #34
- @deftdawg made their first contribution in #29
- @RJKeevil made their first contribution in #33
Full Changelog: 1.3.4...1.3.8
Release 1.3.4
Merged Pull Request #25
Added Silent Mode as temporary solution to progress bar printing issue
Release 1.2.9
Release 1.2.8
Adding new extension for LFS files
Release 1.2.7
changed Hugging Face Token Env Variable name to follow standard