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

freeze tokenizer version for py3.8 #3779

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
freeze tokenizer version for py3.8
causten committed Jan 24, 2025
commit d422a18f51b7e05215bd61b855e7795e9d921249
3 changes: 2 additions & 1 deletion examples/nlp/python_bert_squad/requirements_bertsquad.txt
Original file line number Diff line number Diff line change
@@ -24,4 +24,5 @@
tensorflow
onnxruntime
tokenizers==0.11.1; python_version == "3.6"
tokenizers; python_version > "3.6"
tokenizers==0.20.3; python_version == "3.8"
tokenizers; python_version > "3.8"