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

Commits on Aug 15, 2024

  1. Fix typo in load_tokenizer's ArgumentError

    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.
    chaychoong committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    96dc9a7 View commit details
    Browse the repository at this point in the history