Packages

Fast Hugging Face tokenizer.json, OpenAI tiktoken, and SentencePiece model bindings for Elixir via the IREE tokenizer runtime

Current section

Files

Jump to
iree_tokenizers lib iree tokenizers.ex
Raw

lib/iree/tokenizers.ex

defmodule IREE.Tokenizers do
@moduledoc """
Fast Hugging Face `tokenizer.json` bindings for Elixir backed by the IREE tokenizer runtime.
V1 is intentionally inference-only and supports one-shot and streaming encode/decode.
"""
end