-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Caraml sdk commons #8
base: main
Are you sure you want to change the base?
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 Transformer
caraml-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.