-
Notifications
You must be signed in to change notification settings - Fork 205
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
Download of BAAI/bge-m3 fails on 1.5 using ONNX #417
Comments
This might be related to Issue 341. Try to use tag cpu-latest instead of 1.5. |
Using |
i tried with but with
|
it seems there's no problem loading afaik,
|
facing similar error when trying cpu-latest image with bge-reranker-v2-m3;
|
Some BGEs don't feature ONNX models as the message suggests. You need to download the model and generate one yourself. |
System Info
Information
Tasks
Reproduction
Configuring TEI 1.5-cpu to run
BAAI/bge-m3
in Docker (or Docker Compose) results in model not downloaded even if in Hugging Face model files are downloadable and onnx folder is present.To replicate run
or
The resulting output is the following
Checking the downloaded files I see the following blobs
Somehow in the
onnx
folder is also present a file named model.onnx_data that is probably missing from the download.Expected behavior
The model is fully downloaded. If not a clear error should state that there was some kind of HTTP error. Maybe showing the expected download size and what has been downloaded so far will help.
The text was updated successfully, but these errors were encountered: