Skip to content

v0.4.0 Updated to GoMLX v0.28.0, added SAM2 and Gemma4; add CLI tool `cmd/hubinfo`.

Latest

Choose a tag to compare

@janpfeifer janpfeifer released this 21 Jul 09:10
· 5 commits to main since this release

v0.4.0: Updated to GoMLX v0.28.0, added SAM2 and Gemma4; add CLI tool cmd/hubinfo.

  • #46, #47: Expanded the HuggingFace repository metadata retrieval to support detailed file/LFS size information and adds a new command-line tool cmd/hubinfo to display this metadata in the terminal.
    • Added hub.Repo.IterFileInfos() to iterate over files with complete FileInfo records without triggering file downloads.
    • New CLI Tool (cmd/hubinfo):
  • Improve support for large datasets, on-demand downloads, and CLI styling`
  • Refreshed README.md, with fixes and updates to new features. Including fixing of the accompanying go-huggingface.ipynb notebook.
  • Added SAM2 and Gemma4 models support.