-
Notifications
You must be signed in to change notification settings - Fork 122
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
[Bug/Model Request]: ONNX runtime exception #385
Comments
Hi, I fixed this issue by downgrading onnxruntime to 0.19.2 |
Hi @ahaimo, Downgrading onnxruntime fixed the issue in both my Docker and Poetry environments. Thanks! PS: I think that you meant to refer to this onnxruntime's version: 1.19.2. |
I'm experiencing the same issue. It seems that fastembed is not compatible with ONNX Runtime v1.20.0, released two days ago. @joein could you take a look? |
Hi, it seems that onnxruntime v1.20.0 has deprecated python <3.10 and also brought in new requirements:
Source: We'll investigate it and update the instructions how to install fastembed with the latest onnxruntime |
We'll limit onnxruntime to <v1.20 for now, there is also an issue regarding the problem in onnx repository microsoft/onnxruntime#22704 |
The fix should be available in v0.4.2, if the issue persists, please re-open the issue |
I receive this error. |
What happened?
I've been getting a ONNX runtime error message when I attempt to call:
The error message is:
Reproducible Environment
I've been obtaining the same result in different contexts, the following one being the easiest to reproduce:
# Dockerfile FROM python:3.11-slim RUN pip install fastembed
With this environment, I'm using this:
... to execute the three lines of Python code described at the top of this message.
What Python version are you on? e.g. python --version
Python 3.11 (via Docker)
Fastembed 0.4.1
Version
0.4.1 (Latest)
What os are you seeing the problem on?
Linux
Relevant stack traces and/or logs
The text was updated successfully, but these errors were encountered: