mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#779)
This commit is contained in:
@@ -214,7 +214,7 @@ if __name__ == '__main__':
|
||||
```
|
||||
|
||||
:::tip RUN PIPELINE CONTROLLER LOCALLY
|
||||
It is possible to run the pipeline logic itself locally, while keeping the pipeline components execution remote
|
||||
You can run the pipeline logic locally, while keeping the pipeline components execution remote
|
||||
(enqueued and executed by the clearml-agent). Pass `pipeline_execution_queue=None` to the `@PipelineDecorator.pipeline` decorator.
|
||||
```python
|
||||
@PipelineDecorator.pipeline(
|
||||
|
||||
Reference in New Issue
Block a user