Replies: 1 comment
-
issue resolved by upgrading sparknlp_jsl jar to 5.5.3 and using AutoGGUFEmbeddings.loadSavedModel() to load |
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
Uh oh!
There was an error while loading. Please reload this page.
-
HI All: trying to load saved nomic-embed-text-v1.5.Q8_0.gguf model with
AutoGGUFEmbeddings.load()
orAutoGGUFEmbeddings.loadSavedModel(),
but both failed withTypeError: 'JavaPackage' object is not callable
.gguf model file was downloaded directly from JSL model hub page, Spark NLP Version : 5.5.3. It would be greatly appreciated if anyone can shed some light. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions