pytorch
f02f0e3a - Install blas from conda-forge (#87150)

Commit
2 years ago
Install blas from conda-forge (#87150) Mitigate https://github.com/pytorch/pytorch/issues/87148 ### Testing On AWS (m1, linux) * Run `conda install blas:openblas`, it should failed with `ChecksumMismatchError`: ``` ChecksumMismatchError: Conda detected a mismatch between the expected content and downloaded content for url 'https://repo.anaconda.com/pkgs/main/linux-64/blas-1.0-openblas.conda'. download saved to: /tmp/debug/pkgs/blas-1.0-openblas.conda expected sha256: c85b5d0a336b5be0f415c71fd7fe2eca59e09f42221bfa684aafef5510ba5487 actual sha256: 5dc5483db0d9785b19e021cee418a8ee03e0ff0e5ebd0b75af4927746604e187 ``` * Run ` conda install -c conda-forge blas:openblas` works Pull Request resolved: https://github.com/pytorch/pytorch/pull/87150 Approved by: https://github.com/kit1980
Author
Committer
Parents
Loading