Skip to content

Commit

Permalink
Explicitly load torch to make doc pipeline pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Apr 26, 2024
1 parent 4613795 commit 32e0290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baybe/acquisition/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from typing import Any, Callable, Optional

import gpytorch.distributions
import torch # noqa: F401
from botorch.acquisition import AcquisitionFunction as BotorchAcquisitionFunction
from botorch.models.gpytorch import Model
from botorch.posteriors import Posterior
Expand Down

0 comments on commit 32e0290

Please sign in to comment.