This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable build_chatbot_on_xpu.ipynb (#398)
- Loading branch information
1 parent
7a85baf
commit 8fbcceb
Showing
5 changed files
with
99 additions
and
35 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,4 @@ numpy==1.23.5 | |
tiktoken==0.4.0 | ||
lm_eval | ||
accelerate | ||
optimum.intel | ||
cchardet |
33 changes: 26 additions & 7 deletions
33
intel_extension_for_transformers/neural_chat/requirements_xpu.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,31 @@ | ||
transformers>=4.32.0 | ||
fschat | ||
num2words | ||
paddlepaddle | ||
paddlespeech==1.4.1 | ||
shortuuid | ||
gptcache | ||
evaluate | ||
accelerate | ||
yacs | ||
pydub | ||
python-multipart | ||
sentencepiece | ||
protobuf | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ | ||
torch==2.0.1a0 | ||
intel_extension_for_pytorch==2.0.110+xpu | ||
PyPDF2 | ||
langchain | ||
python-docx | ||
scikit-learn | ||
farm-haystack | ||
librosa | ||
beautifulsoup4 | ||
InstructorEmbedding | ||
chromadb | ||
fastapi | ||
pydantic | ||
starlette | ||
yacs | ||
uvicorn | ||
unstructured | ||
markdown | ||
rouge_score | ||
openpyxl | ||
numpy==1.23.5 | ||
tiktoken==0.4.0 | ||
cchardet |
1 change: 0 additions & 1 deletion
1
intel_extension_for_transformers/neural_chat/requirements_xpu_no_deps.txt
This file was deleted.
Oops, something went wrong.