.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
environment.yml
mkdocs.yml
pyproject.toml
requirements-doc.txt
setup.cfg
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/improvement.yml
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/build_documentation.yml
.github/workflows/publish_documentation.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/index.md
docs/installation.md
docs/licence.md
docs/quickstart.md
docs/welcome.md
docs/api/fsm.md
docs/api/index.md
docs/api/json_schema.md
docs/api/models.md
docs/api/parsing.md
docs/api/prompts.md
docs/api/regex.md
docs/api/samplers.md
docs/assets/images/logo.png
docs/assets/images/normal_computing.jpg
docs/community/belonging.png
docs/community/contribute.md
docs/community/feedback.md
docs/community/index.md
docs/cookbook/chain_of_density.md
docs/cookbook/classification.md
docs/cookbook/dating_profiles.md
docs/cookbook/extraction.md
docs/cookbook/index.md
docs/cookbook/models_playing_chess.md
docs/cookbook/images/chain_of_density.png
docs/overrides/index.html
docs/overrides/main.html
docs/reference/cfg.md
docs/reference/choices.md
docs/reference/functions.md
docs/reference/index.md
docs/reference/json.md
docs/reference/openai_text_generation.md
docs/reference/prompting.md
docs/reference/regex.md
docs/reference/text.md
docs/reference/types.md
docs/reference/vllm.md
docs/stylesheets/extra.css
examples/babyagi.py
examples/cfg.py
examples/dating_profile.py
examples/math_generate_code.py
examples/meta_prompting.py
examples/parsing.py
examples/pick_odd_one_out.py
examples/react.py
examples/sampling.ipynb
examples/self_consistency.py
examples/simulation_based_inference.ipynb
examples/vllm_integration.py
outlines/__init__.py
outlines/_version.py
outlines/base.py
outlines/caching.py
outlines/function.py
outlines/prompts.py
outlines/py.typed
outlines.egg-info/PKG-INFO
outlines.egg-info/SOURCES.txt
outlines.egg-info/dependency_links.txt
outlines.egg-info/requires.txt
outlines.egg-info/top_level.txt
outlines/fsm/__init__.py
outlines/fsm/fsm.py
outlines/fsm/json_schema.py
outlines/fsm/parsing.py
outlines/fsm/regex.py
outlines/fsm/types.py
outlines/generate/__init__.py
outlines/generate/api.py
outlines/generate/generator.py
outlines/generate/samplers.py
outlines/models/__init__.py
outlines/models/awq.py
outlines/models/exllamav2.py
outlines/models/gptq.py
outlines/models/mamba.py
outlines/models/openai.py
outlines/models/tokenizer.py
outlines/models/transformers.py
outlines/serve/__init__.py
outlines/serve/serve.py
outlines/serve/vllm.py
outlines/text/__init__.py
outlines/text/generate/__init__.py
outlines/text/generate/api.py
tests/__init__.py
tests/test_base.py
tests/test_cache.py
tests/test_function.py
tests/test_prompts.py
tests/fsm/partial_python.lark
tests/fsm/test_fsm.py
tests/fsm/test_json_schema.py
tests/fsm/test_parsing.py
tests/fsm/test_regex.py
tests/fsm/test_types.py
tests/generate/__init__.py
tests/generate/test_generator.py
tests/generate/test_integration_transfomers.py
tests/generate/test_samplers.py
tests/models/test_openai.py
tests/models/test_tokenizer.py
tests/models/test_transformers.py