Releases: dottxt-ai/outlines
Releases · dottxt-ai/outlines
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
Outlines 1.0.2
What's Changed
- Fix typos in getting started guide by @ganglike248 in #1644
- Move VLM guide and remove Docker CI Action by @rlouf in #1643
- Fix example typo in README by @rlouf in #1650
- Add testing and documentation for vision input for VLLM model by @RobinPicard in #1648
- Add support for vision input for the Ollama model by @RobinPicard in #1647
- Add setup example for local server by @rlouf in #1646
- Add IPv4, UUID4, and Hex String Types by @jacobmarks in #1655
- Fix the FastAPI example by @rlouf in #1662
New Contributors
- @ganglike248 made their first contribution in #1644
- @jacobmarks made their first contribution in #1655
Full Changelog: 1.0.1...1.0.2
Outlines 1.0.1
What's Changed
- Fix broken links in the README by @RobinPicard in #1625
- Fix the broken links in the home page of the documentation by @RobinPicard in #1628
- Fix typos across the codebase by @sukrucildirr in #1631
- Update the documentation content and styling by @rlouf in #1636
New Contributors
- @sukrucildirr made their first contribution in #1631
Full Changelog: 1.0.0...1.0.1