LLM: update setup.py to add bigdl-core-xe package (#9122)
This commit is contained in:
parent
1709beba5b
commit
388f688ef3
1 changed files with 2 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ def setup_package():
|
||||||
xpu_requires += ["torch==2.0.1a0",
|
xpu_requires += ["torch==2.0.1a0",
|
||||||
"torchvision==0.15.2a0",
|
"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==" + VERSION + ";platform_system=='Linux'"]
|
"bigdl-core-xe==" + VERSION + ";platform_system=='Linux'",
|
||||||
|
"bigdl-core-xe-esimd==" + VERSION + ";platform_system=='Linux'"]
|
||||||
|
|
||||||
serving_requires = ['py-cpuinfo']
|
serving_requires = ['py-cpuinfo']
|
||||||
serving_requires += SERVING_DEP
|
serving_requires += SERVING_DEP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue