mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE] Remove intel-openmp dependency in setup.py (#160976)
Fixes #160962 Pull Request resolved: https://github.com/pytorch/pytorch/pull/160976 Approved by: https://github.com/xuhancn, https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
8e17709055
commit
e483947047
@ -55,6 +55,9 @@ python -m pip install pulp==2.9.0
|
||||
# Install expecttest to merge https://github.com/pytorch/pytorch/pull/155308
|
||||
python -m pip install expecttest==0.3.0
|
||||
|
||||
# Install intel-openmp
|
||||
python -m pip install intel-openmp==2025.1.1
|
||||
|
||||
run_tests() {
|
||||
# Run nvidia-smi if available
|
||||
for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe; do
|
||||
|
Reference in New Issue
Block a user