-
Notifications
You must be signed in to change notification settings - Fork 2
Closed as not planned
Labels
approvedBounties approved by Ecosystem team.Bounties approved by Ecosystem team.bountySoftware bounies.Software bounies.
Description
Overview
Currently, the aiRunnerImage flag in orchestrators allows users to specify a single image for running AI pipelines. While effective for simple use cases, it lacks flexibility for scenarios requiring multiple pipelines with different runner containers. To change pipeline specific runner containers today, orchestrators must manually run the container and provide its URL in the aiModels.json file—a workaround that reduces efficiency and scalability. By implementing this feature you will:
- Improve flexibility for orchestrators to manage pipeline-specific containers.
- Enable quick rollbacks of specific pipeline containers in case of issues.
- Allow experimentation with new features by assigning custom runners to specific pipelines without affecting others.
Desired Solution
Enhance the aiRunnerImage flag to accept both string and JSON string inputs:
- String Input (Existing Behavior): When a single string is provided, the flag behaves as it currently does, overriding the default runner image.
- JSON Input (New Behavior): When a JSON string is passed, it specifies pipeline-specific images as key-value pairs. Example:
This configuration enables orchestrators to define different images for individual pipelines within the same flag.
Implementation Notes
- Code References:
- Backward Compatibility: Ensure the existing string input behavior remains unchanged.
- Validation: Implement error handling for invalid JSON inputs to prevent unexpected failures.
Bounty Requirements
- Update the
aiRunnerImageflag to support string and JSON string inputs. - Provide clear documentation for orchestrators on how to use this new feature.
- Test cases for:
Applicant Requirements
- Backend Development:
How to Apply
- Express Your Interest: Fill out this form, making sure to specify the bounty you are interested in
- Wait for Review: Our team will review expressions of interest and select the best candidate.
- Get Assigned: If selected, we'll contact you and assign the bounty to you.
- Start Working: Dive into your task! If you need assistance or guidance, join the discussions in the
#developer-loungechannel on our Discord server. - Submit Your Work: Create a pull request in the relevant repository and request a review.
- Notify Us: Ping us on Discord when you’re pull request is ready for review.
- Receive Your Bounty: We'll arrange the bounty payment once your pull request is approved.
- Gain Recognition: Your valuable contributions will be showcased in our project's changelog.
Contact Information
For questions or clarifications, please contact: hans@livepeer.org
FAQs
How is payment made?
Bounties are paid out in LPT on the Arbitrum network. On acceptance of your application, we will ask for an Arbitrum-compatible wallet address from you for which we can send payment.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
approvedBounties approved by Ecosystem team.Bounties approved by Ecosystem team.bountySoftware bounies.Software bounies.