Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 2bd938f

Browse files
Add a dependency for Neural_chat on CPU device (#1579)
* Add a dependency for Neural_chat on CPU device Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5e35e47 commit 2bd938f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intel_extension_for_transformers/neural_chat/requirements_cpu.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
12
accelerate==0.28.0
23
cchardet
34
einops
@@ -10,6 +11,7 @@ lm-eval
1011
neural-compressor
1112
neural_speed==1.0a0
1213
numpy==1.23.5
14+
oneccl_bind_pt
1315
optimum
1416
optimum-intel
1517
peft==0.6.2

0 commit comments

Comments
 (0)