Skip to content

Commit

Permalink
Add release support for option xpu_arc (#12422)
Browse files Browse the repository at this point in the history
* Add release support for xpu-arc

* Dependency update
  • Loading branch information
Oscilloscope98 authored Dec 2, 2024
1 parent aee9acb commit b2e56a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/llm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b2e56a2

Please sign in to comment.