-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: windowsWindows support for PyTorchWindows support for PyTorchmodule: xpuIntel XPU related issuesIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
Steps:
# This installs 2.7.0.dev20250117+xpu
pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
python -c 'import torch;print(torch.__version__)'
Result:
OSError: [WinError 126] The specified module could not be found. Error loading "C:\.venv\lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
The last known wheel that worked is 2.7.0.dev20250110+xpu
:
# This installs 2.7.0.dev20250110+xpu
pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
python -c 'import torch;print(torch.__version__)'
Result:
2.7.0.dev20250110+xpu
cc @seemethere @malfet @osalpekar @atalman @peterjc123 @mszhanyi @skyline75489 @nbcsm @iremyux @Blackhex @gujinghui @EikanWang @fengyuan14 @guangyey
Metadata
Metadata
Assignees
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: windowsWindows support for PyTorchWindows support for PyTorchmodule: xpuIntel XPU related issuesIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module