Skip to content
New issue

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

Fix and simplify walk_fsm #322

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

brandonwillard
Copy link
Contributor

@brandonwillard brandonwillard commented Oct 19, 2023

This PR fixes a bug in walk_fsm, simplifies it, and provides a Python-only version for use with the parser (because it's faster due to less Numba dispatching overhead).

@brandonwillard brandonwillard changed the title Remove unnecessary initial state check in _walk_fsm Remove unnecessary initial state check in _walk_fsm Oct 19, 2023
@brandonwillard brandonwillard self-assigned this Oct 19, 2023
@brandonwillard brandonwillard changed the title Remove unnecessary initial state check in _walk_fsm Fix and simplify walk_fsm Oct 20, 2023
@brandonwillard brandonwillard merged commit a51d60d into outlines-dev:main Oct 20, 2023
5 checks passed
@brandonwillard brandonwillard deleted the simplify-fsm-walk branch October 20, 2023 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant