Skip to content

Commit

Permalink
Fix typo in load_tokenizer's ArgumentError (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychoong authored Aug 15, 2024
1 parent f1c3fe9 commit 0536997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bumblebee.ex
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ defmodule Bumblebee do
type

{:error, error} ->
raise ArgumentError, "#{error}, please specify the :module option"
raise ArgumentError, "#{error}, please specify the :type option"
end

tokenizer_config_result =
Expand Down

0 comments on commit 0536997

Please sign in to comment.