pytorch
ca7f9488 - Don't include libiomp with conda install on MacOS (#78632)

Commit
3 years ago
Don't include libiomp with conda install on MacOS (#78632) Fixes #78490 Following command: ``` conda install pytorch torchvision torchaudio -c pytorch-nightly ``` Installs libiomp . Hence we don't want to package libiomp with conda installs. However, we still keep it for libtorch and wheels. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78632 Approved by: https://github.com/malfet
Author
Committer
Parents
Loading