outlines-core 0.2.0

Structured Generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# To use:
#
#   $ conda env create -f environment.yml  # `mamba` works too for this command
#   $ conda activate dottxt-ai
#
name: outlines-core-dev
channels:
  - conda-forge
  - huggingface
dependencies:
  - python==3.10.0
  - pydantic
  - pytest
  - pre-commit
  - jsonschema
  - pip
  - pip:
    - -e ".[test]"