Small edits

This commit is contained in:
revital
2025-05-04 08:50:04 +03:00
parent accdbe45dd
commit c67c473634
6 changed files with 12 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ When this code is executed, ClearML logs your command-line arguments, which you
![click configuration](../img/integrations_click_configs_dark.png#dark-mode-only)
In the UI, you can clone the task multiple times and set the clones' parameter values for execution by the [ClearML Agent](../clearml_agent.md).
When the clone is executed, the executing agent will use the new parameter values as if set by the command-line.
When the task clone is executed, the executing agent uses the new parameter values as if set by the command-line.
See [code examples](https://github.com/clearml/clearml/blob/master/examples/frameworks/click) demonstrating integrating
ClearML with code that uses `click`.