Skip to content

How to run multiple stages of a single dvc pipeline? #10936

@Asaad-Pak

Description

@Asaad-Pak

I am using dvc to automate one of my pipeline. In my actually pipeline i have some modules that are running in parallel but when i declared them as stages and tried to run multiple stages in parallel, it ran sequentially one by one which i don't want because it increase latency of my pipeline. So my question is how we can run parallel stages in a single pipeline? I have searched in existing issues I have found about how to run run whole experiment or pipeline in parallel for example using queue or workers with "dvc exp run" command to run two experiments in parallel but these are whole pipelines whereas i am concerned about running two or multiple stages parallel in one single pipeline. Kindly guide regarding this please.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions