Current section
Files
Jump to
Current section
Files
lib/iree/tokenizers.ex
defmodule IREE.Tokenizers do
@moduledoc """
Fast Hugging Face `tokenizer.json` and OpenAI `.tiktoken` bindings for Elixir
backed by the IREE tokenizer runtime.
V1 is intentionally inference-only and supports one-shot and streaming encode/decode.
"""
end