Siddharth Murching

Results 30 comments of Siddharth Murching

> Is there a way to differentiate system-generated tags vs Terraform-config generated tags? From an MLflow perspective, system-generated tags always start with the `mlflow.` prefix. I'm a little wary of...

@jensendw I was just chatting with @nfx who mentioned you might be interested in helping contribute this functionality. That's great! Are you still interested/would you be open to discussing it...

@nfx FYI - is this something you may be able to get to? No worries if not, thanks! cc @arpitjasa-db

@nfx unfortunately not, as Alex mentioned. We definitely should add one (in general my learning from this is that our REST APIs need to support the full typical range of...

@nfx we're happy to ping again once the REST API is available. Any objection to us unblocking ourselves in the near term though by sending a PR (we can write...

Discussed offline with @nfx - we'll send the fix PR ourselves in the meantime given that we don't yet have a GET API for registry webhooks

Hey all! On the MLflow side, we'd be happy to see a contribution adding support for ignite autologging to the ``mlflow.pytorch.autolog`` API (https://www.mlflow.org/docs/latest/python_api/mlflow.pytorch.html#mlflow.pytorch.autolog), feel free to file a github issue...

Hi all, apologies for the delay - we're working on making model deployment pluggable (@hhsecond is driving the effort in #2274), which should make it possible to write a plugin...

@gogasca awesome! BTW, note that we've actually released a plugin API for model deployment to remote targets - see guidelines [here](https://mlflow.org/docs/latest/plugins.html#writing-your-own-mlflow-plugins) for writing a new plugin, a [dummy example plugin](https://github.com/mlflow/mlflow/blob/master/tests/resources/mlflow-test-plugin/mlflow_test_plugin/fake_deployment_plugin.py),...

If anyone's interested in writing such a plugin, let me know & we can collaborate on the design - we did some super high-level investigation of what deployment to GCP...