mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix docstrings
This commit is contained in:
@@ -92,7 +92,7 @@ if __name__ == '__main__':
|
||||
# set the pipeline steps default execution queue (per specific step we can override it with the decorator)
|
||||
# PipelineDecorator.set_default_execution_queue('default')
|
||||
# Run the pipeline steps as subprocesses on the current machine, great for local executions
|
||||
# (for easy development / debugging, use `PipelineDecorator.pipeline()` to execute steps as regular functions)
|
||||
# (for easy development / debugging, use `PipelineDecorator.debug_pipeline()` to execute steps as regular functions)
|
||||
PipelineDecorator.run_locally()
|
||||
|
||||
# Start the pipeline execution logic.
|
||||
|
||||
Reference in New Issue
Block a user