[LLM] Add bigdl-core-xe dependency when installing bigdl-llm[xpu] (#8716)
* add bigdl-core-xe dependency
This commit is contained in:
parent
7c56c39e36
commit
02ec01cb48
1 changed files with 2 additions and 1 deletions
|
|
@ -253,7 +253,8 @@ def setup_package():
|
|||
xpu_requires.remove('torch')
|
||||
xpu_requires += ["torch==2.0.1a0",
|
||||
"torchvision==0.15.2a0",
|
||||
"intel_extension_for_pytorch==2.0.110+xpu;platform_system=='Linux'"]
|
||||
"intel_extension_for_pytorch==2.0.110+xpu;platform_system=='Linux'",
|
||||
"bigdl-core-xe;platform_system=='Linux'"]
|
||||
|
||||
metadata = dict(
|
||||
name='bigdl-llm',
|
||||
|
|
|
|||
Loading…
Reference in a new issue