You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 aiRunnerImage flag 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-lounge channel 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.
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 theaiModels.json
file—a workaround that reduces efficiency and scalability. By implementing this feature you will:Desired Solution
Enhance the
aiRunnerImage
flag to accept both string and JSON string inputs:This configuration enables orchestrators to define different images for individual pipelines within the same flag.
Implementation Notes
Bounty Requirements
aiRunnerImage
flag to support string and JSON string inputs.Applicant Requirements
How to Apply
#developer-lounge
channel on our Discord server.Contact Information
For questions or clarifications, please contact: [email protected]
FAQs
The text was updated successfully, but these errors were encountered: