mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#658)
This commit is contained in:
@@ -35,7 +35,7 @@ example of a pipeline with concurrent steps.
|
||||
ClearML supports multiple modes for pipeline execution:
|
||||
* **Remote Mode** (default) - In this mode, the pipeline controller logic is executed through a designated queue, and all
|
||||
the pipeline steps are launched remotely through their respective queues. Since each task is executed independently,
|
||||
it can have control over its git repository (if needed), required python packages and specific container to be used.
|
||||
it can have control over its git repository (if needed), required python packages, and the specific container to use.
|
||||
* **Local Mode** - In this mode, the pipeline is executed locally, and the steps are executed as sub-processes. Each
|
||||
subprocess uses the exact same Python environment as the main pipeline logic.
|
||||
* **Debugging Mode** (for PipelineDecorator) - In this mode, the entire pipeline is executed locally, with the pipeline
|
||||
|
||||
Reference in New Issue
Block a user