-
Notifications
You must be signed in to change notification settings - Fork 129
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
Reranking example run failed, djl version 0.28.0 #494
Comments
Seems you are not running the project using djl-demo repo, can you share your build.gradle or pom.xml file? I think you didn't include tokenizer dependency: https://github.com/deepjavalibrary/djl-demo/blob/master/huggingface/nlp/build.gradle.kts#L19 |
|
Can you create a demo project that can reproduce this issue? |
when I run this code https://github.com/deepjavalibrary/djl-demo/blob/master/huggingface/nlp/src/main/java/com/examples/Reranking.java, it failed
The text was updated successfully, but these errors were encountered: