You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#544 doesn't work for me unless I delete the cache introduced in #492
This is because a cached functions signature has changed, resulting in this error:
> self.states_to_token_maps, self.empty_token_ids = create_states_mapping(
regex_string, tuple(sorted(tokenizer.vocabulary.items()))
)
E ValueError: too many values to unpack (expected 2)
We should either incorporate a version number into the cache or clear the cache upon user upgrade.
Describe the issue as clearly as possible:
#544 doesn't work for me unless I delete the cache introduced in #492
This is because a cached functions signature has changed, resulting in this error:
We should either incorporate a version number into the cache or clear the cache upon user upgrade.
Reproduction steps
RegexFSM
RegexFSM
The text was updated successfully, but these errors were encountered: