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

Use opset15 version of Str Pack/Unpack #351

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Apply suggestions from code review
pavel-esir authored Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit beb265bb169d864f5e6327fbc14f243d0312b79e
2 changes: 1 addition & 1 deletion tests/tokenizers_test.py
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"🤦🏼‍♂️",
]
misc_strings = [
"1", # TODO: replace back to "" when CVS-159636 will be fixed
"", # TODO: fails because of CVS-159636
b"\x06".decode(), # control char
" ",
" " * 10,