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

Should fix OOMs in CI #488

Merged
merged 11 commits into from
Nov 10, 2022
Merged

Should fix OOMs in CI #488

merged 11 commits into from
Nov 10, 2022

Conversation

[ghstack-poisoned]
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 21, 2022
danthe3rd pushed a commit that referenced this pull request Oct 21, 2022
ghstack-source-id: 5c63e28806a736bd26d9dc218d84fe860bd88802
Pull Request resolved: #488
danthe3rd pushed a commit that referenced this pull request Oct 21, 2022
ghstack-source-id: 0e543590f9fca47bd4ff1ab81dc60a37292d28c6
Pull Request resolved: #488
danthe3rd pushed a commit that referenced this pull request Oct 21, 2022
ghstack-source-id: c57a2695e7870461157302777bc90e14cfc00f33
Pull Request resolved: #488
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2022

Codecov Report

Base: 90.57% // Head: 90.58% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (aa6236e) compared to base (d76b197).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@                  Coverage Diff                  @@
##           gh/danthe3rd/51/base     #488   +/-   ##
=====================================================
  Coverage                 90.57%   90.58%           
=====================================================
  Files                        79       79           
  Lines                      4649     4650    +1     
=====================================================
+ Hits                       4211     4212    +1     
  Misses                      438      438           
Flag Coverage Δ
Python 90.58% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
xformers/ops/memory_efficient_attention.py 85.20% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

This was referenced Oct 24, 2022
danthe3rd added 4 commits October 28, 2022 16:00
Copy link
Contributor

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -91,7 +91,7 @@ install_dep: &install_dep
conda install ninja
echo "Ninja version $(ninja --version)"

conda install pytorch "torchvision>=0.13" torchaudio cudatoolkit=11.3 -c pytorch -q
conda install pytorch=1.12.1 "torchvision>=0.13" torchaudio cudatoolkit=11.3 -c pytorch -q
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the constraint on torchvision is not needed anymore then?

@danthe3rd danthe3rd mentioned this pull request Nov 4, 2022
@danthe3rd danthe3rd merged commit aa6236e into gh/danthe3rd/51/base Nov 10, 2022
danthe3rd pushed a commit that referenced this pull request Nov 10, 2022
ghstack-source-id: 5a95e2c4a5d89ed1c98a6c8de3a9442ab9f4bb3d
Pull Request resolved: #488
@danthe3rd danthe3rd deleted the gh/danthe3rd/51/head branch November 10, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants