Small edits (#738)

This commit is contained in:
pollfly
2023-12-26 15:49:35 +02:00
committed by GitHub
parent 25709e30a7
commit 4456da4019
3 changed files with 22 additions and 19 deletions

View File

@@ -7,9 +7,8 @@ on a remote or local machine, from a remote repository and your local machine.
### Prerequisites
- `clearml` Python package installed
- `clearml-agent` running on at least one machine (to execute the experiment), configured to listen to default queue
- [`clearml`](../../getting_started/ds/ds_first_steps.md) Python package installed and configured
- [`clearml-agent`](../../clearml_agent.md#installation) running on at least one machine (to execute the experiment), configured to listen to `default` queue
### Executing Code from a Remote Repository
@@ -34,9 +33,9 @@ or add the `--packages "<package_name>"` option to the command (for example: `--
:::
Now `clearml-task` does all the heavy-lifting!
1. It creates a new Task on the [ClearML Server](../../deploying_clearml/clearml_server.md).
1. It creates a new [ClearML Task](../../fundamentals/task.md)
1. `clearml-task` enqueues the task in the selected execution queue, where a [ClearML Agent](../../clearml_agent.md)
assigned to that queue executes the task.
assigned to that queue executes the task
Your output should look something like this: