Skip to content

Commit

Permalink
Importing SaasFullyBayesianSingleTaskGP into fit (#2705)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2705

Correcting land-time race condition that caused BoTorch to break on main today.

Reviewed By: esantorella

Differential Revision: D68727226

fbshipit-source-id: b97f52a8480acec0984a94f9313298c27eea26eb
  • Loading branch information
SebastianAment authored and facebook-github-bot committed Jan 27, 2025
1 parent 7a506e2 commit 2144440
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 2144440

Please sign in to comment.