mirror of
https://github.com/clearml/clearml
synced 2025-02-07 05:18:50 +00:00
Fix PipelineDecorator example
This commit is contained in:
parent
3006085fcb
commit
cc9ad00eeb
@ -91,8 +91,9 @@ def executing_pipeline(pickle_url, mock_parameter='mock'):
|
||||
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 subprocess on the current machine, for debugging purposes
|
||||
# PipelineDecorator.debug_pipeline()
|
||||
# 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)
|
||||
# PipelineDecorator.run_locally()
|
||||
|
||||
# Start the pipeline execution logic.
|
||||
executing_pipeline(
|
||||
|
Loading…
Reference in New Issue
Block a user