New RunLLM response generated:
>>>*# Question*
Hi everyone, I came here because I am both a Flyte user and I use ai2-tango (
https://ai2-tango.readthedocs.io/en/latest/index.html) to orchestrate my experiments. Recently, tango introduce an integration for their Beaker platform (here:
https://ai2-tango.readthedocs.io/en/latest/api/integrations/beaker.html). I am thinking that it would be amazing to add a Flyte integration too. Is anyone familiar with the project? Could it be possible to have a chat on the feasibility of this? I'd be happy to contribute most of the work.
# Answer
To integrate Flyte with ai2-tango, you would likely need to create a backend plugin for Flyte. This involves writing a Flyte plugin that can interact with the ai2-tango platform, similar to existing integrations for services like AWS SageMaker or Databricks. According to the
Flyte documentation, backend plugins can be enabled by adding their IDs to the FlytePropeller configuration.
To get started, you can refer to the
Flyte backend plugin guide, which outlines the steps to develop and implement a backend plugin. This guide covers the interface specification, Flytekit plugin implementation, and Flytepropeller plugin implementation.
Would you like more detailed steps on how to proceed with writing this plugin, or do you have specific questions about the integration?
Sources:
-
Flyte backend plugin guide
-
Flyte integrations documentation
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1719993150.598509 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.