Update tutorial failure after GPyTorch update#3188
Closed
hvarfner wants to merge 1 commit into
Closed
Conversation
hvarfner
pushed a commit
to hvarfner/botorch
that referenced
this pull request
Feb 19, 2026
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
hvarfner
pushed a commit
to hvarfner/botorch
that referenced
this pull request
Feb 19, 2026
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
hvarfner
force-pushed
the
export-D93032203
branch
2 times, most recently
from
February 19, 2026 00:52
daa09af to
0265131
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3188 +/- ##
=======================================
Coverage 99.99% 99.99%
=======================================
Files 219 219
Lines 21412 21412
=======================================
Hits 21411 21411
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hvarfner
pushed a commit
to hvarfner/botorch
that referenced
this pull request
Feb 19, 2026
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
hvarfner
force-pushed
the
export-D93032203
branch
2 times, most recently
from
February 19, 2026 20:28
7bdb57f to
19ce653
Compare
hvarfner
pushed a commit
to hvarfner/botorch
that referenced
this pull request
Feb 19, 2026
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
hvarfner
force-pushed
the
export-D93032203
branch
from
February 19, 2026 21:10
19ce653 to
f6584b7
Compare
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
hvarfner
force-pushed
the
export-D93032203
branch
from
February 19, 2026 21:12
f6584b7 to
d46a7cd
Compare
hvarfner
pushed a commit
to hvarfner/botorch
that referenced
this pull request
Feb 19, 2026
Summary:
One-line change to state_dict reating in notebook,
from `"_transformed_loc"` to f"{`BUFFERED_PREFIX}loc`"
in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203
|
This pull request has been merged in 9b192a4. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
One-line change to state_dict reating in notebook,
from
"_transformed_loc"to f"{BUFFERED_PREFIX}loc"in the tutorial to accomodate upstream gpytorch change: cornellius-gp/gpytorch#2691
Reviewed By: Balandat
Differential Revision: D93032203