Outlines v0.0.20
What's Changed
- Change argument name in
logits_bias
by @rlouf in #464 - Edit quickstart and community sections of the documentation by @rlouf in #457
- Expand "reach out" section by @rlouf in #466
- Simplify the README by @rlouf in #468
- Change order of features and styling in documentation by @rlouf in #470
- Update
pip install outlines
in documentation by @jqueguiner in #467 - Add classification and NER examples to the documentation by @rlouf in #471
- Document the vLLM integration by @rlouf in #473
- Add integration for ExllamaV2 by @kimjaewon96 in #462
- Add validation for model_name parameter by @smwitkowski in #476
- Restore the ability to stop when a specified string has been generated by @RobinPicard in #451
- Fix typo in caching.py by @eltociear in #482
- update vllm patch to v0.2.6 and add regex support for
/generate
by @tscholak in #481
New Contributors
- @kimjaewon96 made their first contribution in #462
- @smwitkowski made their first contribution in #476
- @tscholak made their first contribution in #481
Full Changelog: 0.0.19...0.0.20