forked from langchain-ai/langchain
-
Notifications
You must be signed in to change notification settings - Fork 1
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
community: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU #15
Merged
Oscilloscope98
merged 25 commits into
intel-staging:ipex-llm-embedding
from
Oscilloscope98:initial-embedding-support
May 28, 2024
Merged
community: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU #15
Oscilloscope98
merged 25 commits into
intel-staging:ipex-llm-embedding
from
Oscilloscope98:initial-embedding-support
May 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oscilloscope98
changed the title
[WIP] Add IPEX-LLM BGE embedding support on both Intel CPU and GPU
[WIP] community: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU
May 22, 2024
Oscilloscope98
changed the title
[WIP] community: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU
community: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU
May 28, 2024
…een updated to transformers 4.36.2
Oscilloscope98
merged commit May 28, 2024
c449312
into
intel-staging:ipex-llm-embedding
2 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: IPEX-LLM is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency. This PR adds ipex-llm integrations to langchain for BGE embedding support on both Intel CPU and GPU.
Dependencies:
ipex-llm
,sentence-transformers
Contribution maintainer: @Oscilloscope98
tests and docs: