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
Tests like test_regex_multi_byte_llama_like and test_regex_multi_byte_gpt2_like in test_guide are really tests for the vocabulary and FSM construction/conversion logic, which exists in regex.py, so we should break those down and move them to test_regex.
The text was updated successfully, but these errors were encountered:
Tests like
test_regex_multi_byte_llama_like
andtest_regex_multi_byte_gpt2_like
intest_guide
are really tests for the vocabulary and FSM construction/conversion logic, which exists inregex.py
, so we should break those down and move them totest_regex
.The text was updated successfully, but these errors were encountered: