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
{{ message }}
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Currently --pipeline takes an alias or a directory, resolving to a directory containing knowledge.yaml, grounded_skills.yaml, and freeform_skills.yaml and the appropriate pipeline is chosen based on the data provided (aka "taxonomy routing"
There is a use case where, during experimentation, the user may want to run a specific pipeline directly
This would allow ilab data generate support the starting point for data generation tasks use case described in aakankshaduggal@61eff48 rather adding a new entrypoint
Currently
--pipelinetakes an alias or a directory, resolving to a directory containingknowledge.yaml,grounded_skills.yaml, andfreeform_skills.yamland the appropriate pipeline is chosen based on the data provided (aka "taxonomy routing"There is a use case where, during experimentation, the user may want to run a specific pipeline directly
See instructlab/dev-docs#109 (comment) where we discussed a "router" design for this use case
This would allow
ilab data generatesupport thestarting point for data generation tasksuse case described in aakankshaduggal@61eff48 rather adding a new entrypoint