to_regex
does not support type
to be a list of types anymore.
#126
Labels
to_regex
does not support type
to be a list of types anymore.
#126
Describe the issue as clearly as possible:
In the
outlines
repo, there was methodto_regex
&build_regex_from_schema
that can correctly parsetype
being a list of types. Recentlyoutlines
opted to useoutlines-core
's implementation and it cannot parse this anymore.Steps/code to reproduce the bug:
Expected result:
It should be able to parse `dtype` as a list.
Error message:
Outlines/Python version information:
Version information
outlines.fsm.json_schema.build_regex_from_schema
was removed in outlines>=0.1.9Context for the issue:
No response
The text was updated successfully, but these errors were encountered: