You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught(inpromise) DataCloneError: Failedtoexecute'postMessage'on'Worker': #<Object>couldnotbecloned.atProxy.runTaskLoop(@wllama_wllama.js?v=2fcdad4e:1563:19)at @wllama_wllama.js?v=2fcdad4e:1548:12atnewPromise(<anonymous>)
at Proxy.pushTask (@wllama_wllama.js?v=2fcdad4e:1546:12)
at Proxy.wllamaAction (@wllama_wllama.js?v=2fcdad4e:1467:31)
at Proxy.samplingInit (@wllama_wllama.js?v=2fcdad4e:2596:37)
at Proxy.createEmbedding (@wllama_wllama.js?v=2fcdad4e:2510:16)
at Proxy.runEmbeddings (wllama.ts:214:52)
at submitNewThread (index.vue:204:73)
at callWithErrorHandling (runtime-core.esm-bundler.js?v=2fcdad4e:197:19)
for context here is the part of wllama's code where the error comes from: worker.ts
You can have a look at the source code here: wllama.ts, note that the object passed to the embeddings provider is a string (as it should be).
PS: Please dont mind the crappy code 😅
Best,
Eban
The text was updated successfully, but these errors were encountered:
Hi!
When running the embeddings model multilingual-e5-large-instruct-GGUF, I get the following error :
for context here is the part of wllama's code where the error comes from: worker.ts
You can have a look at the source code here: wllama.ts, note that the object passed to the embeddings provider is a string (as it should be).
PS: Please dont mind the crappy code 😅
Best,
Eban
The text was updated successfully, but these errors were encountered: