Skip to content

Commit

Permalink
FullyBayesian SAAS model migration (#1879)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1879

FullyBayesian high-dim model changed from legacy to MBM for single and multi-objective without input transforms.

Reviewed By: saitcakmak

Differential Revision: D49479004

fbshipit-source-id: a9df6312be597c7e77f879dc2843cbbcf03bce85
  • Loading branch information
Jelena Markovic-Voronov authored and facebook-github-bot committed Sep 27, 2023
1 parent 4364a21 commit af543fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/models/torch/botorch_modular/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def fit_botorch_model(
fit_fully_bayesian_model_nuts(
m,
disable_progbar=True,
jit_compile=mll_options.get("jit_compile", False),
**mll_options,
)
elif isinstance(m, (GPyTorchModel, PairwiseGP)):
mll_options = mll_options or {}
Expand Down

0 comments on commit af543fe

Please sign in to comment.