.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
Dockerfile
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_docker.yml
.github/workflows/release_pypi.yaml
.github/workflows/tests.yml
docs/index.md
docs/installation.md
docs/licence.md
docs/quickstart.md
docs/welcome.md
docs/api/guide.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/dottxt.png
docs/assets/images/logo.png
docs/assets/images/normal_computing.jpg
docs/blog/.authors.yml
docs/blog/index.md
docs/blog/assets/4000_stars.png
docs/blog/posts/roadmap-2024.md
docs/community/belonging.png
docs/community/contribute.md
docs/community/examples.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/deploy-using-modal.md
docs/cookbook/extraction.md
docs/cookbook/index.md
docs/cookbook/models_playing_chess.md
docs/cookbook/images/chain_of_density.png
docs/logos/amazon.png
docs/logos/apple.png
docs/logos/best_buy.png
docs/logos/canoe.png
docs/logos/cisco.png
docs/logos/dassault_systems.png
docs/logos/databricks.png
docs/logos/datadog.png
docs/logos/dbt_labs.png
docs/logos/gladia.jpg
docs/logos/harvard.png
docs/logos/hf.png
docs/logos/johns_hopkins.png
docs/logos/meta.png
docs/logos/mit.png
docs/logos/mount_sinai.png
docs/logos/nvidia.png
docs/logos/nyu.png
docs/logos/safran.png
docs/logos/salesforce.png
docs/logos/shopify.png
docs/logos/smithsonian.png
docs/logos/tinder.png
docs/logos/upenn.png
docs/overrides/index.html
docs/overrides/main.html
docs/reference/cfg.md
docs/reference/choices.md
docs/reference/custom_fsm_ops.md
docs/reference/functions.md
docs/reference/index.md
docs/reference/json.md
docs/reference/json_mode.md
docs/reference/prompting.md
docs/reference/regex.md
docs/reference/samplers.md
docs/reference/text.md
docs/reference/types.md
docs/reference/models/exllamav2.md
docs/reference/models/llamacpp.md
docs/reference/models/mamba.md
docs/reference/models/openai.md
docs/reference/models/transformers.md
docs/reference/models/vllm.md
docs/reference/serve/vllm.md
docs/stylesheets/extra.css
examples/babyagi.py
examples/cfg.py
examples/dating_profile.py
examples/llamacpp_example.py
examples/llamacpp_processor.py
examples/math_generate_code.py
examples/meta_prompting.py
examples/modal_example.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/transformers_integration.py
examples/vllm_integration.py
outlines/__init__.py
outlines/_version.py
outlines/base.py
outlines/caching.py
outlines/function.py
outlines/grammars.py
outlines/prompts.py
outlines/py.typed
outlines/samplers.py
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/guide.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/cfg.py
outlines/generate/choice.py
outlines/generate/format.py
outlines/generate/fsm.py
outlines/generate/generator.py
outlines/generate/json.py
outlines/generate/regex.py
outlines/generate/text.py
outlines/grammars/arithmetic.lark
outlines/grammars/common.lark
outlines/grammars/json.lark
outlines/integrations/__init__.py
outlines/integrations/llamacpp.py
outlines/integrations/transformers.py
outlines/integrations/utils.py
outlines/integrations/vllm.py
outlines/models/__init__.py
outlines/models/exllamav2.py
outlines/models/llamacpp.py
outlines/models/mamba.py
outlines/models/openai.py
outlines/models/tokenizer.py
outlines/models/transformers.py
outlines/models/vllm.py
outlines/serve/__init__.py
outlines/serve/serve.py
outlines/serve/vllm.py
tests/__init__.py
tests/test_base.py
tests/test_cache.py
tests/test_function.py
tests/test_grammars.py
tests/test_prompts.py
tests/test_samplers.py
tests/benchmark/conftest.py
tests/benchmark/test_benchmark_json_schema.py
tests/benchmark/test_benchmark_numba_compile.py
tests/benchmark/test_benchmark_regex_fsm.py
tests/fsm/partial_python.lark
tests/fsm/test_fsm.py
tests/fsm/test_guide.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_llamacpp.py
tests/generate/test_integration_transformers.py
tests/generate/test_integration_vllm.py
tests/models/test_openai.py
tests/models/test_tokenizer.py
tests/models/test_transformers.py