We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
djl/extensions/tokenizers/src/main/java/ai/djl/huggingface/tokenizers/HuggingFaceTokenizer.java
Lines 790 to 792 in 715e620
should be
} else if (!Files.exists(tokenizerPath)) { throw new IOException("Tokenizer file not exits: " + tokenizerPath); }
The text was updated successfully, but these errors were encountered:
workaround is use the directory instead.
Sorry, something went wrong.
[tokenizer] Fixes tokenizer bug
08f3b94
Fixes deepjavalibrary#2840
[tokenizer] Fixes tokenizer bug (#2843)
9f55189
Fixes #2840
425d2d9
Successfully merging a pull request may close this issue.
djl/extensions/tokenizers/src/main/java/ai/djl/huggingface/tokenizers/HuggingFaceTokenizer.java
Lines 790 to 792 in 715e620
should be
The text was updated successfully, but these errors were encountered: