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
Describe the bug
When working with the arm64 image, I am having problems when trying to use onxxruntime to infer embeddings. In the screenshot section I show the error. This bug is originated in the onxxruntime library but it has been recently fixed in microsoft/onnxruntime#12335
To Reproduce
Steps to reproduce the behavior:
Use BertBaseEmbedder in an arm64 environment
Expected behavior
It should load the onnxruntime correctly.
Screenshots
Environment:
OS: macOS M1
Infrastructure: self-hosted
Version: 12.5
Vespa version
I am using the version 8.31.22
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@bratseth I have tried the new version of the docker image and I encountered the same error. I have been checking the directories and in /opt/vespa-deps/lib64 are located the onnxruntime libraries. I have copied those ones to /opt/vespa/lib64 and everything is working again!
I think the directory /opt/vespa-deps/lib64 should also be added to java.library.path
Describe the bug
When working with the arm64 image, I am having problems when trying to use onxxruntime to infer embeddings. In the screenshot section I show the error. This bug is originated in the onxxruntime library but it has been recently fixed in microsoft/onnxruntime#12335
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should load the onnxruntime correctly.
Screenshots
Environment:
Vespa version
I am using the version 8.31.22
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: