Skip to content

Commit

Permalink
Update python/outlines_core/fsm/outlines_core_rs.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon T. Willard <[email protected]>
  • Loading branch information
kc611 and brandonwillard authored Oct 24, 2024
1 parent 6429394 commit cd50cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/outlines_core/fsm/outlines_core_rs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Vocabulary:
class Index:
def get_allowed_tokens(self, state: int) -> List[int]:
"""
Return the next instruction for guided generation.
Return allowed in this state.
"""
...
def get_next_state(self, state: int, token_id: int) -> Optional[int]:
Expand Down

0 comments on commit cd50cc8

Please sign in to comment.