We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
match
I'm not sure what the intended Python version support is, but you have python>=3.9 in the pyproject.toml so I assume its still supported.
python>=3.9
pyproject.toml
If I try to run a generation with outlines.generate.regex using outlines==0.2.1 I get an error due to the use of match here:
outlines.generate.regex
outlines==0.2.1
outlines/outlines/types/dsl.py
Line 321 in eced2ce
match is Python 3.10 and above - downgrading outlines with:
pip install "outlines==0.1.14"
worked for me
outlines.generate.regex(...)
No error should be thrown
outlines == 0.2.1 Python == 3.9.19
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue as clearly as possible:
I'm not sure what the intended Python version support is, but you have
python>=3.9
in thepyproject.toml
so I assume its still supported.If I try to run a generation with
outlines.generate.regex
usingoutlines==0.2.1
I get an error due to the use ofmatch
here:outlines/outlines/types/dsl.py
Line 321 in eced2ce
match
is Python 3.10 and above - downgrading outlines with:worked for me
Steps/code to reproduce the bug:
Expected result:
Error message:
Outlines/Python version information:
outlines == 0.2.1
Python == 3.9.19
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: