install bigdl-llm in deepspeed cpu inference example (#9508)
This commit is contained in:
parent
86743fb57b
commit
1453046938
1 changed files with 2 additions and 0 deletions
|
|
@ -19,3 +19,5 @@ pip install https://intel-extension-for-pytorch.s3.amazonaws.com/torch_ccl/cpu/o
|
||||||
pip install deepspeed==0.11.1
|
pip install deepspeed==0.11.1
|
||||||
# 4. exclude intel deepspeed extension, which is only for XPU
|
# 4. exclude intel deepspeed extension, which is only for XPU
|
||||||
pip uninstall intel-extension-for-deepspeed
|
pip uninstall intel-extension-for-deepspeed
|
||||||
|
# 5. install bigdl-llm
|
||||||
|
pip install --pre --upgrade bigdl-llm[all]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue