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

Add IPEX sentence transformers support #1034

Merged
merged 8 commits into from
Dec 9, 2024
Merged

Conversation

echarlaix
Copy link
Collaborator

@echarlaix echarlaix commented Nov 26, 2024

Will be updated after the IPEX refactorization is merged #1009

cc @rbrugaro @yao-matrix @IlyasMoutawwakil @tomaarsen

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@echarlaix echarlaix marked this pull request as ready for review December 5, 2024 14:17
Copy link
Member

@IlyasMoutawwakil IlyasMoutawwakil left a comment

Choose a reason for hiding this comment

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

LGTM !

@echarlaix echarlaix merged commit 965540f into main Dec 9, 2024
25 checks passed
@echarlaix echarlaix deleted the ipex-sentence-transformers branch December 9, 2024 13:59
if not (is_ipex_available() and is_sentence_transformers_available()):
raise OptionalDependencyNotAvailable()
except OptionalDependencyNotAvailable:
_import_structure["utils.dummy_ipex_objects"].extend(["IPEXSentenceTransformer"])

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants