outlines-core 0.2.0

Structured Generation
Documentation
1
2
3
4
5
6
7
8
9
[flake8]
max-line-length = 88
select = C,E,F,W
ignore = E203,E231,E501,E741,W503,W504,C901,E731
per-file-ignores =
    **/__init__.py:F401,F403
    tests/test_json_schema.py: E201
exclude =
    outlines_core/_version.py