From 1453046938220d1389f8825fa931a1a92eda8e89 Mon Sep 17 00:00:00 2001 From: Heyang Sun <60865256+Uxito-Ada@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:39:21 +0800 Subject: [PATCH] install bigdl-llm in deepspeed cpu inference example (#9508) --- python/llm/example/CPU/Deepspeed-AutoTP/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/llm/example/CPU/Deepspeed-AutoTP/install.sh b/python/llm/example/CPU/Deepspeed-AutoTP/install.sh index 564295d0..38e35ec7 100644 --- a/python/llm/example/CPU/Deepspeed-AutoTP/install.sh +++ b/python/llm/example/CPU/Deepspeed-AutoTP/install.sh @@ -19,3 +19,5 @@ pip install https://intel-extension-for-pytorch.s3.amazonaws.com/torch_ccl/cpu/o pip install deepspeed==0.11.1 # 4. exclude intel deepspeed extension, which is only for XPU pip uninstall intel-extension-for-deepspeed +# 5. install bigdl-llm +pip install --pre --upgrade bigdl-llm[all]