Add release support for option xpu_arc (#12422)

* Add release support for xpu-arc

* Dependency update
This commit is contained in:
Yuwen Hu 2024-12-02 17:16:04 +08:00 committed by GitHub
parent aee9acb303
commit b2e56a2e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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