From c7591a3a080eb5071b6470260d95113bdbae6544 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:42:17 +0200 Subject: [PATCH] Small edits (#174) --- docs/clearml_agent.md | 20 ++++++++++--------- docs/clearml_data/clearml_data_cli.md | 4 ++-- .../data_man_python.md | 5 ++++- docs/faq.md | 6 +++--- docs/getting_started/ds/ds_second_steps.md | 6 +++++- .../mlops/mlops_second_steps.md | 2 +- .../clearml-task/clearml_task_tutorial.md | 2 +- docs/guides/datasets/data_man_python.md | 7 +++++-- docs/guides/ide/remote_jupyter_tutorial.md | 12 ++++++----- 9 files changed, 39 insertions(+), 25 deletions(-) diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md index dd951a2a..c7b72b30 100644 --- a/docs/clearml_agent.md +++ b/docs/clearml_agent.md @@ -384,15 +384,15 @@ A single agent can listen to multiple queues. The priority is set by their order ```bash clearml-agent daemon --detached --queue high_q low_q --gpus 0 ``` -This ensures the agent first tries to pull a Task from the “hiqh_q” queue, and only if it is empty, the agent will try to pull -from the “low_q” queue. +This ensures the agent first tries to pull a Task from the `hiqh_q` queue, and only if it is empty, the agent will try to pull +from the `low_q` queue. To make sure an agent pulls from all queues equally, add the `--order-fairness` flag. ```bash clearml-agent daemon --detached --queue group_a group_b --order-fairness --gpus 0 ``` -It will make sure the agent will pull from the “group_a” queue, then from “group_b”, then back to “group_a”, etc. This ensures -that “group A” or ”group_b” will not be able to starve one another of resources. +It will make sure the agent will pull from the `group_a` queue, then from `group_b`, then back to `group_a`, etc. This ensures +that `group A` or `group_b` will not be able to starve one another of resources. ### Explicit Task Execution @@ -713,8 +713,8 @@ Currently, these runtime properties can only be set using an ClearML REST API ca endpoint, as follows: * The body of the request must contain the `worker-id`, and the runtime property to add. -* An expiry date is optional. Use the format `”expiry”: