Small edits (#674)

This commit is contained in:
pollfly
2023-09-21 13:52:36 +03:00
committed by GitHub
parent c8dcf50796
commit 7f0b4ce7d9
10 changed files with 11 additions and 11 deletions

View File

@@ -111,6 +111,6 @@ pipe.add_step(
)
```
We could also pass the parameters from one step to the other (for example `Task.id`).
We can also pass the parameters from one step to the other (for example `Task.id`).
In addition to pipelines made up of Task steps, ClearML also supports pipelines consisting of function steps. See more in the
full pipeline documentation [here](../../pipelines/pipelines.md).