Skip to content

Commit 8bda11f

Browse files
Small fix
1 parent f0204b1 commit 8bda11f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/llm/setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ def setup_package():
325325
"onednn==2025.0.1",
326326
"dpcpp-cpp-rt==2025.0.2"]
327327

328-
# Add for testing purposes for now, for ARL-H
328+
# Add for testing purposes for now, for ARL-H on Windows
329+
# Linux keeps the same as xpu_2.6
329330
xpu_26_arl_requires = copy.deepcopy(all_requires)
330331
for exclude_require in cpu_torch_version:
331332
xpu_26_arl_requires.remove(exclude_require)
@@ -340,7 +341,7 @@ def setup_package():
340341
"bigdl-core-xe-all==" + CORE_XE_VERSION,
341342
"onednn-devel==2025.0.1",
342343
"onednn==2025.0.1",
343-
"dpcpp-cpp-rt==2025.0.2"]
344+
"dpcpp-cpp-rt==2025.0.2;platform_system=='Linux'",]
344345

345346
cpp_requires = ["bigdl-core-cpp==" + CORE_XE_VERSION,
346347
"onednn-devel==2025.0.1;platform_system=='Windows'",

0 commit comments

Comments
 (0)