outlines-core 0.1.0

Structured Generation
Documentation
1
2
3
4
5
6
7
8
[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
exclude =
    outlines_core/_version.py