Releases: dottxt-ai/outlines
Releases · dottxt-ai/outlines
Outlines v1.2.5
What's Changed
- Update the output_type formatting of the llamacpp model by @RobinPicard in #1753
Full Changelog: 1.2.4...1.2.5
Outlines v1.2.4
What's Changed
- Fix a bug in OutlinesCore backend about advancing when in final state by @RobinPicard in #1727
- Jax/tensorflow deprecation by @RobinPicard in #1726
- Update workflow to test API models, use manual trigger by @RobinPicard in #1734
- fix typings by resolving exports by @the-vampiire in #1731
- Remove redundant parameter api models tests workflow by @RobinPicard in #1735
- Remove the benchmarks workflow by @RobinPicard in #1737
- Update vLLM model references and API key usage in documentation by @laitifranz in #1745
- Fix the image download issue in the tests by creating an image ourselves by @RobinPicard in #1747
- Reduce the number of mandatory dependencies + update uv.lock by @RobinPicard in #1740
- Add support for the Chat input to the MLXLM model by @RobinPicard in #1748
- Update uv.lock by @RobinPicard in #1749
- Add setuptools to the list of transformers dependencies by @RobinPicard in #1750
New Contributors
- @the-vampiire made their first contribution in #1731
Full Changelog: 1.2.3...1.2.4
Outlines v1.2.3
Outlines v1.2.2
What's Changed
- Fix a bug in the
outlines_core
backend for theTransformers
model about the token to string conversion by @RobinPicard in #1716 - Fix a bug regarding the
eos_token
in theLlamaCpp
tokenizer by @RobinPicard in #1712 - Fix a bug related to the device of the bitmasks for torch tensors by @RobinPicard in #1714
Full Changelog: 1.2.1...1.2.2
Outlines v1.2.1
What's Changed
- Create our own logits processor for Xgrammar, add support for mlx by @RobinPicard in #1706
- Turn tokens into strings before building the Outlines-Core Vocabulary by @RobinPicard in #1707
Full Changelog: 1.2.0...1.2.1
Outlines v1.2.0
What's Changed
- Remove dead link to VLM example from examples index by @laitifranz in #1685
- Fix: JSON schema union types (type arrays) fail with 'type must be a string' error by @brightlikethelight in #1675
- Update docs with OpenRouter guide by @Oni-giri in #1691
- Fix broken wheel builds caused by ambiguous packaging instructions by @neilmehta24 in #1690
- Support different backends on top of outlines_core by @RobinPicard in #1689
- Import fix in base.py by @Oni-giri in #1703
- Upgrade outlines-core to 0.2.11 and remove experimental CFG code by @RobinPicard in #1700
New Contributors
- @laitifranz made their first contribution in #1685
- @brightlikethelight made their first contribution in #1675
- @Oni-giri made their first contribution in #1691
Full Changelog: 1.1.1...1.2.0
Outlines v1.1.1
What's Changed
- Set add_generation_template to True in chat formatting for Transformers by @RobinPicard in #1684
Full Changelog: 1.1.0...1.1.1
Outlines v1.1.0
What's Changed
- Create the inputs module and modify the treatment of multimodal inputs by @RobinPicard in #1677
- Create the Chat input and add it to the models by @RobinPicard in #1680
- Misc doc fixes by @RobinPicard in #1683
- Remove deprecated features from v0 by @RobinPicard in #1682
Full Changelog: 1.0.4...1.1.0
Outlines v1.0.4
What's Changed
- Create Choice output type by @RobinPicard in #1671
- Add the ensure_ascii parameter to JsonSchema by @RobinPicard in #1672
- Add a batch method to models by @RobinPicard in #1674
- Fix error tokenizer arg for transformers models' generate method by @RobinPicard in #1679
Full Changelog: 1.0.3...1.0.4
Outlines 1.0.3
What's Changed
- Add llm.txt file by @rlouf in #1661
- Fix nightly tests (remove Slack alert causing troubles) by @RobinPicard in #1660
- Fix error with additionalProperties for the OpenAI model by @RobinPicard in #1668
- Add the AsyncOllama model by @RobinPicard in #1669
Full Changelog: 1.0.2...1.0.3