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

Remove tokenizers pre-install pinning. #12854

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Feb 27, 2023

Description

We pinned tokenizers during early wheel development because at the time the latest version on PyPI was only a source distribution without wheels available for arm and we didn't want to have to compile the package. More recent versions appear to be providing aarch binaries. Conversely, the pinned version (0.10.2) predated the existence of Python 3.10 wheels, which is resulting in nightly CI failing because Python 3.10 runs no longer find a wheel and attempt to compile from source.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vyasr vyasr added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change labels Feb 27, 2023
@vyasr vyasr requested a review from a team as a code owner February 27, 2023 18:06
@vyasr vyasr self-assigned this Feb 27, 2023
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix!

@vyasr
Copy link
Contributor Author

vyasr commented Feb 27, 2023

/merge

@rapids-bot rapids-bot bot merged commit 9a91270 into rapidsai:branch-23.04 Feb 28, 2023
@vyasr vyasr deleted the feat/remove_tokenizers_pin branch February 28, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants