Alexander Guschin
Alexander Guschin
@daavoo, could you please TAL at my question above?
I somewhat disagree with `serve and apply-remote exist just because they are needed for deployment`. `serve` is a functionality I would use sometimes even without deployment, it's a standalone thing...
Ok, I've created a ticket in mlem.ai repo for this. Thank you for the idea!
@mike0sv, have you seen [this approach](https://importlib-metadata.readthedocs.io/en/stable/using.html#package-distributions)? I've tried it and it seems to work ```python >>> from importlib_metadata import packages_distributions >>> packages_distributions()['box'] ['python-box'] ```
Not sure. My feeling is that we can need this for future integration with GTO.
related to #233
May be fixed by #363
@mike0sv, we discussed this already. Do you think we need to just remove this examples, or update them? Since we need to update docs already, it's not that convenient to...
I'm fine with both, but considering limited capacity we have I would prefer removing this and keeping docs only.
Yes, sure. In `mlem --help` only? Or in each `mlem cmd --help`?