mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#917)
This commit is contained in:
@@ -68,7 +68,7 @@ section, like required packages and docker image)
|
||||
* The step input arguments are unchanged, including step arguments and parameters (anything logged to the task's [Configuration](../webapp/webapp_exp_track_visual.md#configuration)
|
||||
section)
|
||||
|
||||
By default, pipeline steps are not cached. Enable caching when creating a pipeline step (for example, see [@PipelineDecorator.component](pipelines_sdk_function_decorators.md#pipelinedecoratorcomponent)).
|
||||
By default, pipeline steps are not cached. Enable caching when creating a pipeline step (for example, see [`@PipelineDecorator.component`](pipelines_sdk_function_decorators.md#pipelinedecoratorcomponent)).
|
||||
|
||||
When a step is cached, the step code is hashed, alongside the step's parameters (as passed in runtime), into a single
|
||||
representing hash string. The pipeline first checks if a cached step exists in the system (archived Tasks will not be used
|
||||
|
||||
Reference in New Issue
Block a user