Skip to content

Commit

Permalink
Importing SaasFullyBayesianSingleTaskGP into fit
Browse files Browse the repository at this point in the history
Summary: Correcting land-time race condition that caused BoTorch to break on main today.

Differential Revision: D68727226
  • Loading branch information
SebastianAment authored and facebook-github-bot committed Jan 27, 2025
1 parent 90fc872 commit cf83469
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion botorch/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
from botorch.logging import logger
from botorch.models import SingleTaskGP
from botorch.models.approximate_gp import ApproximateGPyTorchModel
from botorch.models.fully_bayesian import FullyBayesianSingleTaskGP
from botorch.models.fully_bayesian import (
FullyBayesianSingleTaskGP,
SaasFullyBayesianSingleTaskGP,
)
from botorch.models.fully_bayesian_multitask import SaasFullyBayesianMultiTaskGP
from botorch.models.map_saas import get_map_saas_model
from botorch.models.model_list_gp_regression import ModelListGP
Expand Down

0 comments on commit cf83469

Please sign in to comment.