Skip to content
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

Fix tracing baai/bge-m3 #752

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Fix tracing baai/bge-m3 #752

merged 2 commits into from
Feb 12, 2025

Conversation

davidkyle
Copy link
Member

Fixes a kernel crash importing https://huggingface.co/BAAI/bge-m3 as described in #737

The required change is upgrading the version of transformers.

eland_import_hub_model \
  --url 'http://localhost:9200' \
  -u elastic-admin -p elastic-password \
  --hub-model-id 'baai/bge-m3' \
  --task-type text_embedding --insecure --max-model-input-length=8192

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@davidkyle davidkyle marked this pull request as ready for review February 12, 2025 09:27
@davidkyle davidkyle merged commit ee4d701 into elastic:main Feb 12, 2025
6 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 12, 2025
The upgrade fixes a crash tracing the baai/bge-m3 model

(cherry picked from commit ee4d701)
pquentin pushed a commit that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants