Skip to content

Commit

Permalink
Update dependency for PyTorch 2.6 RC support for woq int4 (#12714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Jan 16, 2025
1 parent 54d6328 commit 534e0e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/llm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,10 @@ def setup_package():
xpu_26_requires += ["torch==2.6.0+xpu",
"torchvision==0.21.0+xpu",
"torchaudio==2.6.0+xpu",
"bigdl-core-xe-all==" + CORE_XE_VERSION]
"bigdl-core-xe-all==" + CORE_XE_VERSION,
"onednn-devel==2025.0.1",
"onednn==2025.0.1",
"dpcpp-cpp-rt==2025.0.2"]

cpp_requires = ["bigdl-core-cpp==" + CORE_XE_VERSION,
"onednn-devel==2024.2.1;platform_system=='Windows'",
Expand Down

0 comments on commit 534e0e6

Please sign in to comment.