Releases: gomlx/go-huggingface
Releases · gomlx/go-huggingface
v0.3.1
v0.3.0 Updated dependencies
v0.3.0
- Bumped the version of GoMLX in tests and documentation.
- Bumped version of dependencies: including github.com/daulet/tokenizers, which requires a fresh download of the
corresponding c++ library libtokenizers.a.
v0.2.2 Fixed file truncation issues during download.
- Fixed file truncation issues during download.
v0.2.1 Forced refresh of revision hash before using it.
- Forcefully refresh (download) the revision's hash at least once before using.
v0.2.0 Add Windows support by moving to cross platform flock
- Add Windows support by moving to cross platform flock: see PR #6, thanks to @mrmichaeladavis
v0.1.2 Custom end-point support (also `$HF_ENDPOINT` support)
- If verbosity is 0, it won't print progress.
- Added support for custom end-points. Default being "https://huggingface.co" or the environment variable
$HF_ENDPOINTif defined.
v0.1.1 Bug fixes; documentation
- Fixed URL resolution of non-model repos.
- Fixed sentencepiece Tokenizer and tokenizer API string methods (using
enumer). - Added dataset example.
- Added usage with Rust tokenizer.
- Improved README.md
- Added SentencePiece proto support -- to be used in future conversion of SentencePiece models.
- Improved documentation.
v0.1.0
v0.1.0
- package
hub: inspect and download files from arbitrary repos. Very functional. - package
tokenizers:- Interfaces, types and constants.
- Gemma tokenizer implementation.
- Not any other tokenizer implemented yet.
- Examples in
README.md.