Replies: 3 comments 3 replies
-
Can you share your java code? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@sandys For the time being, you can create your own Translator to resolve this issue:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@sandys |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks,
So we are already running minilm using DJL and it works perfectly.
However, we tried the same method to run BGE and GTE embedding models and it doesnt work.
The onnx is here https://huggingface.co/Supabase/bge-small-en/tree/main/onnx , but when we run it in djl, it gives an error "Input mismatch, looking for: [input_ids, attention_mask token_type_ids]"
anyone know how to run this ?
Beta Was this translation helpful? Give feedback.
All reactions