You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Would be useful if
server
anddeployment
objects were serializable/deserializable by MLEM, just like ML models and datasets are.Use case: I define a MLEM Python object representing server or deployment, and I want to dump it to later use it from CLI. Such objects can be somewhat complex - see https://github.com/aguschin/art-expert-telegram-bot/blob/main/fastapi-deployment/serve_with_monitoring.py#L16 and it's counterpart, defined manually https://github.com/aguschin/art-expert-telegram-bot/blob/main/fastapi-deployment/server.mlem. Would be cool to simply call
mlem.api.save(myserver, "server.mlem")
and get the object by the last link dumped.The text was updated successfully, but these errors were encountered: