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

Fix typo in load_tokenizer's ArgumentError #393

Merged

Conversation

chaychoong
Copy link
Contributor

A prior commit 8b52612 removed the concept of tokenizer modules and introduced tokenizer types. As part of the change, the sole expected option for the load_tokenizer function was changed from :module to :type.

Unfortunately the commit missed out on changing the error message, which could cause slight confusion amongst devs that use load_tokenizer when upgrading bumblebee from pre-v0.5.0.

A prior commit 8b52612 removed the concept of tokenizer modules and
introduced tokenizer types. As part of the change, the sole expected
option for the `load_tokenizer` function was changed from `:module` to
`:type`.

Unfortunately the commit missed out on changing the error message, which
could cause slight confusion amongst devs that use `load_tokenizer` when
upgrading bumblebee from pre-v0.5.0.
Copy link
Member

@jonatanklosko jonatanklosko left a comment

Choose a reason for hiding this comment

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

Thanks!

@jonatanklosko jonatanklosko merged commit 0536997 into elixir-nx:main Aug 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants