Outlines v0.0.46
What's Changed
- Adding
MLXLM
,VLLM
classes toLogitsGenerator
type by @parkervg in #970 - Fix samplers documentation by @jrinder42 in #980
- Ensure regex matches valid JSON for "const" and "enum" with booleans, nulls, and strings by @mwootten in #972
- Add link to docs of Multimodal Structured Generation for CVPR 2nd MMFM Challenge by @leloykun in #960
- Fix Hugging Face Hub model ID in example code by @davanstrien in #988
- Allow escaped strings in
json_schema.py
by @lapp0 in #991 - Fix use of
os.environ
in documentation by @rlouf in #993 - fix pattern-string in
json_schema.py
by removing anchors by @lapp0 in #995 - Fix Incorrect Token Normalization Method for
LlamaCppTokenizer
by @lapp0 in #992
New Contributors
- @parkervg made their first contribution in #970
- @jrinder42 made their first contribution in #980
- @mwootten made their first contribution in #972
- @davanstrien made their first contribution in #988
Full Changelog: 0.0.45...0.0.46