Add release support for option xpu_arc (#12422)
* Add release support for xpu-arc * Dependency update
This commit is contained in:
parent
aee9acb303
commit
b2e56a2e03
1 changed files with 4 additions and 0 deletions
|
|
@ -300,6 +300,9 @@ def setup_package():
|
|||
xpu_lnl_requires += ["torch==2.3.1.post0+cxx11.abi;platform_system=='Windows'",
|
||||
"torchvision==0.18.1.post0+cxx11.abi;platform_system=='Windows'",
|
||||
"intel-extension-for-pytorch==2.3.110.post0+xpu;platform_system=='Windows'",
|
||||
"torch==2.3.1+cxx11.abi;platform_system=='Linux'",
|
||||
"torchvision==0.18.1+cxx11.abi;platform_system=='Linux'",
|
||||
"intel-extension-for-pytorch==2.3.110+xpu;platform_system=='Linux'",
|
||||
"bigdl-core-xe-23==" + CORE_XE_VERSION,
|
||||
"bigdl-core-xe-batch-23==" + CORE_XE_VERSION,
|
||||
"bigdl-core-xe-addons-23==" + CORE_XE_VERSION,
|
||||
|
|
@ -349,6 +352,7 @@ def setup_package():
|
|||
"xpu-2-1": xpu_21_requires,
|
||||
"xpu-lnl": xpu_lnl_requires,
|
||||
"xpu-arl": xpu_lnl_requires,
|
||||
"xpu-arc": xpu_lnl_requires,
|
||||
"serving": serving_requires,
|
||||
"cpp": cpp_requires,
|
||||
"cpp-arl": cpp_arl_requires,
|
||||
|
|
|
|||
Loading…
Reference in a new issue