-
Notifications
You must be signed in to change notification settings - Fork 413
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
[Bug] Substantial slowdowns with scipy 1.15 #2668
Labels
bug
Something isn't working
Comments
Balandat
added a commit
to Balandat/botorch
that referenced
this issue
Jan 4, 2025
There appear to be substantial slowdowns with the optimization (presumably both for fitting and candidate generation) with scipy 1.15: pytorch#2668 This pins the scipy version to <1.15 for now to avoid these slowdowns and terrible user experiences (at least on the `main` branch) until we've figured out the root cause of these slowdowns.
facebook-github-bot
pushed a commit
that referenced
this issue
Jan 4, 2025
Summary: There appear to be substantial slowdowns with the optimization (presumably both for fitting and candidate generation) with scipy 1.15: #2668 This pins the scipy version to <1.15 for now to avoid these slowdowns and terrible user experiences (at least on the `main` branch) until we've figured out the root cause of these slowdowns. Pull Request resolved: #2669 Reviewed By: saitcakmak Differential Revision: D67826874 Pulled By: Balandat fbshipit-source-id: 9562cb8ea8f25cc51165931fa4335191e6e4b34c
jduerholt
added a commit
to experimental-design/bofire
that referenced
this issue
Jan 15, 2025
BoTorch is slowed down massively by scipy 1.15: pytorch/botorch#2668. We should fix it.
bertiqwerty
pushed a commit
to experimental-design/bofire
that referenced
this issue
Jan 15, 2025
BoTorch is slowed down massively by scipy 1.15: pytorch/botorch#2668. We should fix it.
dlinzner-bcs
pushed a commit
to experimental-design/bofire
that referenced
this issue
Jan 20, 2025
BoTorch is slowed down massively by scipy 1.15: pytorch/botorch#2668. We should fix it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug
I have observed substantial slowdowns (at least 4X in some cases) in the tutorial runs (both for smoke test and regular execution) when using scipy 1.15.
It's not clear what causes this, but I was unable to reproduce this on my M1 Mac so it seems to be tied to something in the CI setup - possibly something with underlying numerical linalg libraries.
Runtimes in Nightly on 01/03/25 (using scipy 1.14.1):
Runtimes in Nightly on 01/04/25 (using scipy 1.15):
The text was updated successfully, but these errors were encountered: