.gitignore
.pre-commit-config.yaml
DEVELOPING.md
LICENSE
README.md
logo.png
mkdocs.yml
pyproject.toml
requirements-dev.txt
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
benchmark/README.md
benchmark/__init__.py
benchmark/benchmark_backend.py
benchmark/benchmark_mlx.py
benchmark/benchmark_optimizations.py
benchmark/benchmark_prefix_caching.py
benchmark/benchmark_weight_sum.py
benchmark/util.py
docs/gen_reference_page.py
docs/index.md
docs/images/logo.png
docs/images/trie_example.svg
docs/images/trie_example_mass.svg
genlm/backend/__init__.py
genlm/backend/cache.py
genlm/backend/llm/__init__.py
genlm/backend/llm/base.py
genlm/backend/llm/hf.py
genlm/backend/llm/mlx.py
genlm/backend/llm/sgl.py
genlm/backend/llm/vllm.py
genlm/backend/tokenization/__init__.py
genlm/backend/tokenization/bytes.py
genlm/backend/tokenization/token.py
genlm/backend/tokenization/vocab.py
genlm/backend/trie/__init__.py
genlm/backend/trie/async_impl.py
genlm/backend/trie/base.py
genlm/backend/trie/parallel.py
genlm_backend.egg-info/PKG-INFO
genlm_backend.egg-info/SOURCES.txt
genlm_backend.egg-info/dependency_links.txt
genlm_backend.egg-info/requires.txt
genlm_backend.egg-info/top_level.txt
tests/conftest.py
tests/test_cache.py
tests/test_duplicates.py
tests/test_hf_llm.py
tests/test_hf_lora.py
tests/test_llm.py
tests/test_lora.py
tests/test_mlx.py
tests/test_sgl.py
tests/test_token.py
tests/test_trie.py
tests/test_vocabulary.py