Small edits (#779)

This commit is contained in:
pollfly
2024-02-15 15:28:26 +02:00
committed by GitHub
parent 15ac5c2ce6
commit 6fb11e8e0d
18 changed files with 40 additions and 40 deletions

View File

@@ -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(