Skip to content

Commit

Permalink
Update tokenizer dictionary entry name
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Jan 15, 2025
1 parent 31ee9fe commit f13ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/tokenizer/tokenizer_jsconfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum class TokenType {
};

constexpr std::pair<const char*, TokenType> kTokenizerDict[] = {
{"PreTrainedTokenizerFast", TokenType::kBPE},
{"PreTrainedTokenizer", TokenType::kBPE},
{"CLIPTokenizer", TokenType::kBPE},
{"WhisperTokenizer", TokenType::kBPE},
{"GemmaTokenizer", TokenType::kBPE},
Expand Down

0 comments on commit f13ff6a

Please sign in to comment.