Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: gomlx/go-huggingface

v0.3.1

11 Nov 10:12

Choose a tag to compare

v0.3.1

  • Fixed go.mod/go.sum.

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.3.0 Updated dependencies

11 Nov 08:39
aae1dc7

Choose a tag to compare

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.

27 Jun 09:30

Choose a tag to compare

  • Fixed file truncation issues during download.

v0.2.1 Forced refresh of revision hash before using it.

03 Jun 09:38
ee5a011

Choose a tag to compare

  • Forcefully refresh (download) the revision's hash at least once before using.

v0.2.0 Add Windows support by moving to cross platform flock

30 Apr 06:23

Choose a tag to compare

  • 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)

08 Apr 06:34

Choose a tag to compare

  • 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_ENDPOINT if defined.

v0.1.1 Bug fixes; documentation

09 Dec 14:24

Choose a tag to compare

  • 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

09 Nov 06:46

Choose a tag to compare

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.