Skip to content
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

fix failing builds due to pytorch dependencies #2389

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Oct 11, 2023

Description

1.) Fix ci-notebook-vision pipeline after torch 2.1 release since fastai tries to uninstall the latest 2.1 version causing OS out of disk space errors
2.) Fix ci-responsibleai-text-vision-python pipeline by pinning to 1.13.1 which is the version that automl depends on since automl tries to uninstall torch 2.1 leading to OS out of disk space errors
It is unknown why uninstalling the latest pytorch 2.1 is causing out of disk space errors as this did not happen before for prior pytorch versions.

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-pytorch-builds branch from 56ab851 to a9b93eb Compare October 11, 2023 16:14
@imatiach-msft imatiach-msft force-pushed the ilmat/fix-pytorch-builds branch 2 times, most recently from 4f72414 to c7280a8 Compare October 11, 2023 17:47
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

Merging #2389 (95e7fc1) into main (03d7867) will decrease coverage by 12.78%.
The diff coverage is n/a.

❗ Current head 95e7fc1 differs from pull request most recent head 67a32aa. Consider uploading reports for the commit 67a32aa to get more accurate results

@@             Coverage Diff             @@
##             main    #2389       +/-   ##
===========================================
- Coverage   92.40%   79.63%   -12.78%     
===========================================
  Files         108       26       -82     
  Lines        5415     2278     -3137     
===========================================
- Hits         5004     1814     -3190     
- Misses        411      464       +53     
Flag Coverage Δ
unittests 79.63% <ø> (-12.78%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 134 files with indirect coverage changes

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-pytorch-builds branch from c7280a8 to 95e7fc1 Compare October 11, 2023 20:59
@imatiach-msft imatiach-msft force-pushed the ilmat/fix-pytorch-builds branch from 95e7fc1 to 67a32aa Compare October 11, 2023 21:21
@romanlutz romanlutz merged commit 14a299e into microsoft:main Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants