does anyone know if flyte supports supports the <A...
# flyte-support
c
does anyone know if flyte supports supports the ACK service controlled for sagemaker in the sagemaker plugin? the plugin docs currently link to the deprecated sagemaker operator for k8s https://www.union.ai/docs/flyte/deployment/flyte-plugins/sagemaker/
f
No it does not
We moved away from k8s operators because of lack of maintenance
We are now developing pythonic connectors
c
gotcha, are there any examples of kicking off a sagemaker training job from flyte?
currently we use the
@remote
decorator (https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-decorator.html) trying to understand how we can orchestrate this with flyte
f
You can do that - it should look like elastic training - except will use sagemaker
Infact there are some more folks interested in this - we had an implementation with sagemaker operators but those were deprecated so we deleted it
But let me share our current integration for sagemaker serving