From 535e08efa86a3c182406d114a73bcb07f4fcd955 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:32:46 +0200 Subject: [PATCH] Small edits (#1047) --- docs/deploying_clearml/clearml_server_config.md | 2 +- docs/pipelines/pipelines.md | 3 ++- docs/webapp/applications/apps_llama_deployment.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/deploying_clearml/clearml_server_config.md b/docs/deploying_clearml/clearml_server_config.md index fe7480b1..aa4026e1 100644 --- a/docs/deploying_clearml/clearml_server_config.md +++ b/docs/deploying_clearml/clearml_server_config.md @@ -391,7 +391,7 @@ Modify the following settings for the watchdog: ``` :::tip - If the `apiserver.conf` file does not exist, create your own in ClearML Server's `/opt/clearml/config` directory (or + If the `services.conf` file does not exist, create your own in ClearML Server's `/opt/clearml/config` directory (or an alternate folder you configured), and input the modified configuration ::: diff --git a/docs/pipelines/pipelines.md b/docs/pipelines/pipelines.md index 1785c34f..2c0e742d 100644 --- a/docs/pipelines/pipelines.md +++ b/docs/pipelines/pipelines.md @@ -12,7 +12,8 @@ products such as artifacts and parameters. When run, the controller will sequentially launch the pipeline steps. The pipeline logic and steps can be executed locally, or on any machine using the [clearml-agent](../clearml_agent.md). -![Pipeline UI](../img/pipelines_DAG.png) +![Pipeline UI](../img/webapp_pipeline_DAG.png#light-mode-only) +![Pipeline UI](../img/webapp_pipeline_DAG_dark.png#dark-mode-only) The [Pipeline Run](../webapp/pipelines/webapp_pipeline_viewing.md) page in the web UI displays the pipeline's structure in terms of executed steps and their status, as well as the run's configuration parameters and output. See [pipeline UI](../webapp/pipelines/webapp_pipeline_page.md) diff --git a/docs/webapp/applications/apps_llama_deployment.md b/docs/webapp/applications/apps_llama_deployment.md index 1f965d1e..596586b3 100644 --- a/docs/webapp/applications/apps_llama_deployment.md +++ b/docs/webapp/applications/apps_llama_deployment.md @@ -81,6 +81,6 @@ values from the file, which can be modified before launching the app instance
![llama deployment app form](../../img/apps_llama_form.png#light-mode-only) -![llama deployment app form](../../img/apps_llama_form.png#dark-mode-only) +![llama deployment app form](../../img/apps_llama_form_dark.png#dark-mode-only)
\ No newline at end of file