We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525972f commit cd78677Copy full SHA for cd78677
python/llm/setup.py
@@ -300,6 +300,9 @@ def setup_package():
300
xpu_lnl_requires += ["torch==2.3.1.post0+cxx11.abi;platform_system=='Windows'",
301
"torchvision==0.18.1.post0+cxx11.abi;platform_system=='Windows'",
302
"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'",
306
"bigdl-core-xe-23==" + CORE_XE_VERSION,
307
"bigdl-core-xe-batch-23==" + CORE_XE_VERSION,
308
"bigdl-core-xe-addons-23==" + CORE_XE_VERSION,
0 commit comments