Skip to content

Commit cd78677

Browse files
Dependency update
1 parent 525972f commit cd78677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/llm/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ def setup_package():
300300
xpu_lnl_requires += ["torch==2.3.1.post0+cxx11.abi;platform_system=='Windows'",
301301
"torchvision==0.18.1.post0+cxx11.abi;platform_system=='Windows'",
302302
"intel-extension-for-pytorch==2.3.110.post0+xpu;platform_system=='Windows'",
303+
"torch==2.3.1+cxx11.abi;platform_system=='Linux'",
304+
"torchvision==0.18.1+cxx11.abi;platform_system=='Linux'",
305+
"intel-extension-for-pytorch==2.3.110+xpu;platform_system=='Linux'",
303306
"bigdl-core-xe-23==" + CORE_XE_VERSION,
304307
"bigdl-core-xe-batch-23==" + CORE_XE_VERSION,
305308
"bigdl-core-xe-addons-23==" + CORE_XE_VERSION,

0 commit comments

Comments
 (0)