Skip to content

Migrate State Dict Files to account for GPyTorch state dict change#4916

Open
hvarfner wants to merge 1 commit intofacebook:mainfrom
hvarfner:export-D93032568
Open

Migrate State Dict Files to account for GPyTorch state dict change#4916
hvarfner wants to merge 1 commit intofacebook:mainfrom
hvarfner:export-D93032568

Conversation

@hvarfner
Copy link

Summary:
Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "_buffered". The changes in .pt files correspond to changing the attribute names for the priors, from
"_transformed" --> BUFFERED_PREFIX = "__buffered_"

Reviewed By: Balandat

Differential Revision: D93032568

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 19, 2026
@meta-codesync
Copy link

meta-codesync bot commented Feb 19, 2026

@hvarfner has exported this pull request. If you are a Meta employee, you can view the originating Diff in D93032568.

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.80%. Comparing base (bf300db) to head (a0d87f4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4916      +/-   ##
==========================================
- Coverage   96.81%   96.80%   -0.01%     
==========================================
  Files         595      595              
  Lines       63142    63143       +1     
==========================================
- Hits        61128    61127       -1     
- Misses       2014     2016       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

hvarfner pushed a commit to hvarfner/Ax that referenced this pull request Feb 19, 2026
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
hvarfner pushed a commit to hvarfner/Ax that referenced this pull request Feb 19, 2026
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
hvarfner pushed a commit to hvarfner/Ax that referenced this pull request Feb 19, 2026
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
hvarfner pushed a commit to hvarfner/Ax that referenced this pull request Feb 19, 2026
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
hvarfner pushed a commit to hvarfner/Ax that referenced this pull request Feb 19, 2026
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
…acebook#4916)

Summary:
Pull Request resolved: facebook#4916

Re-named benchmarking state dicts to account for state dict attribute changes in GPyTorch. "_transformed" attribute of priors of TransformedDistributions have been replaced by a constant BUFFERED_PREFIX = "__buffered_". The changes in .pt files correspond to changing the attribute names for the priors, from
`"_transformed" `-->` BUFFERED_PREFIX = "__buffered_"`

Reviewed By: Balandat

Differential Revision: D93032568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments