feat(docs): Add IPEX-LLM section in LLM backend
guide (for local model deployment on Intel CPU/GPU)
#1968
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.
This PR adds IPEX-LLM as a new local LLM backend to the LLM Backends Page
IPEX-LLM is a library which allows users to run LLMs locally on Intel CPU and GPU with very low latency. With IPEX-LLM, user can leverage even the integrated GPU of low-cost PCs to run LLMs with a smooth experience.
PrivateGPT can successfully connect to LLMs deployed with IPEX-LLM, and there's a detailed quickstart guide with a demo video at IPEX-LLM docs website (see Run PrivateGPT with IPEX-LLM Quickstart ).
Any suggestions on document styles or contents, please kindly let me know.