- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25.7k
Install blas from conda-forge #87150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See if it helps with pytorch#87148
| 🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/87150
 Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 FailuresAs of commit 3a20b6c: This comment was automatically generated by Dr. CI and updates every 15 minutes. | 
| I'll let it run at least pass the install dependencies step before force merging this one | 
| could you also change it here https://github.com/pytorch/pytorch/blob/master/.circleci/verbatim-sources/job-specs/job-specs-custom.yml#L580 for circleci | 
| 
 Hmm, is this also failing for circle CI? But yeah I could include this as well | 
| @pytorchbot merge -f 'Lint has passed. Jobs have gone passed conda installation step https://github.com/pytorch/pytorch/actions/runs/3269534431/jobs/5377144914, force merge this to fix trunk. Fingers crossed' | 
| Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team | 
| Please note, that using  | 
| 
 Noted. Once the issue is mitigated upstream anaconda/anaconda-client#622, I will revert this change | 
#87150 works, most of the jobs are ok now. However, I miss one last piece in MPS test workflow https://github.com/pytorch/pytorch/actions/runs/3269594289/jobs/5377469209. So this fixes the missing piece to use conda-forge Pull Request resolved: #87155 Approved by: https://github.com/kit1980, https://github.com/ZainRizvi
This reverts commit f02f0e3.
Mitigate #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: #87150 Approved by: https://github.com/kit1980
#87150 works, most of the jobs are ok now. However, I miss one last piece in MPS test workflow https://github.com/pytorch/pytorch/actions/runs/3269594289/jobs/5377469209. So this fixes the missing piece to use conda-forge Pull Request resolved: #87155 Approved by: https://github.com/kit1980, https://github.com/ZainRizvi
| @pytorchbot revert -m 'Conda issue has been resolved upstream #87148' -c weird | 
| @pytorchbot successfully started a revert job. Check the current status here. | 
| @huydhn your PR has been successfully reverted. | 
This reverts commit f02f0e3. Reverted #87150 on behalf of https://github.com/huydhn due to Conda issue has been resolved upstream #87148
Mitigate #87148
Testing
On AWS (m1, linux)
conda install blas:openblas, it should failed withChecksumMismatchError:conda install -c conda-forge blas:openblasworks