Skip to content

Commit fdd6ac6

Browse files
Small fix
1 parent 8bda11f commit fdd6ac6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/llm/setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ 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 on Windows
328+
# Add for testing purposes for now, for ARL-H with AOT on Windows
329329
# Linux keeps the same as xpu_2.6
330330
xpu_26_arl_requires = copy.deepcopy(all_requires)
331331
for exclude_require in cpu_torch_version:
@@ -336,12 +336,10 @@ def setup_package():
336336
"torch==2.6.0+xpu;platform_system=='Linux'",
337337
"torchvision==0.21.0+xpu;platform_system=='Linux'",
338338
"torchaudio==2.6.0+xpu;platform_system=='Linux'",
339-
"oneccl_bind_pt==2.6.0+xpu;platform_system=='Linux'",
340-
"intel-extension-for-pytorch==2.6.10+xpu",
341339
"bigdl-core-xe-all==" + CORE_XE_VERSION,
342340
"onednn-devel==2025.0.1",
343341
"onednn==2025.0.1",
344-
"dpcpp-cpp-rt==2025.0.2;platform_system=='Linux'",]
342+
"dpcpp-cpp-rt==2025.0.2"]
345343

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

0 commit comments

Comments
 (0)