Conversation
…rated client sdk module
Caraml sdk
chore: sync models client sdk from Ref:
…ning, some failing
chore: sync routers client sdk from Ref:main
This reverts commit 18d8e43.
… later to the client metadata to track app version
Caraml sdk
chore: sync models client sdk from caraml-dev/merlin:v0.39.1
chore: sync routers client sdk from caraml-dev/turing:v1.17.1
chore: sync mlp client sdk from caraml-dev/mlp:v1.12.0
|
Note: Pytests in models, routers are failing. For Models package. there are issues with pytest only since it looks for current module first packages while figuring imports and there is a conflict in names for the current caraml-sdk packages ( Routers tests are failing due to various reasons, After the refactor to use the |
Regarding this, trying out some monkey patching to get caraml.upi working like mentioned here: pytest-dev/pytest#5147 (comment) |
from caraml.models.transformer import Transformercaraml-sdk/examples/sklearn[Existing Issues]
PS: Please ignore the number of commits in this PR. I've created a branch from my forked repo, and the merge in the base repo is a squashed commit.