Packages

Pure-Elixir TikToken-style byte-level BPE tokenizer, with helpers for Kimi K2 encodings.

Current section

Files

Jump to
tiktoken_ex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0 - 2025-12-27
- Added HuggingFace file resolution with local caching and injectable fetchers.
- Added `Kimi.from_hf_repo/2` with optional ETS encoding caching.
- Added `TiktokenEx.Cache` helper for opt-in encoding reuse.
## 0.1.0 - 2025-12-12
- Initial release.