Replies: 2 comments 2 replies
-
Update: so far, I couldn't find a way to decouple or loosely couple |
Beta Was this translation helpful? Give feedback.
2 replies
-
closing as no longer relevant |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since
campaign
usesrecommender
s and they depend onbotorch
, we still relay ontorch
. If we lazy loadrecommender
s incampaign
like this:we can compeletly get rid of
torch
, but the tests fail with this error:Now we should look for a workaround to use
TwoPhaseMetaRecommender
incampaign
.Here's the import tree of importing baybe:
And here's the import tree of baybe after lazy loading recommenders in campaign:
Beta Was this translation helpful? Give feedback.
All reactions