install bigdl-llm in deepspeed cpu inference example (#9508)

This commit is contained in:
Heyang Sun 2023-11-23 08:39:21 +08:00 committed by GitHub
parent 86743fb57b
commit 1453046938

View file

@ -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]