-
Notifications
You must be signed in to change notification settings - Fork 404
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
Require PyTorch>=2.0.1, GPyTorch==1.13 and linear_operator==0.5.3 #2511
Conversation
@saitcakmak has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2511 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 193 193
Lines 16941 16941
=======================================
Hits 16939 16939
Misses 2 2 ☔ View full report in Codecov by Sentry. |
@@ -62,8 +62,6 @@ jobs: | |||
python setup.py egg_info | |||
req_txt="botorch.egg-info/requires.txt" | |||
min_torch_version=$(grep '\btorch[>=]=' ${req_txt} | sed 's/[^0-9.]//g') | |||
# HACK around the fact that pytorch does not offer a mac binary for 1.13.1 for py3.11 - TODO: Remove when bumping torch to 2.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this! Do you know if there's a reason it's specifying 2.0.1 rather than 2.0? I guess it's fine if this flow passes.
@saitcakmak has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@saitcakmak merged this pull request in 16853b4. |
As titled.
Also includes some updates to test against stable workflow to make it pass.
Test plan: https://github.com/pytorch/botorch/actions/runs/10751171192