Fix links

This commit is contained in:
revital 2025-04-08 17:04:51 +03:00
parent c09b7b9cd2
commit 7d4bfdb5e7
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
title: Setup
---
## Installation
## Installation
:::note
If ClearML was previously configured, follow [this](#adding-clearml-agent-to-a-configuration-file) to add

View File

@ -7,7 +7,7 @@ tasks for you, and an extensive set of powerful features and functionality you c
and other workflows.
:::tip Installation
For installation instructions, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup#install-clearml).
For installation instructions, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md#install-clearml).
:::
The ClearML Python Package collects the scripts' entire execution information, including:

View File

@ -13,7 +13,7 @@ The following page goes over how to set up and upgrade `clearml-serving`.
## Initial Setup
1. Set up your [ClearML Server](../deploying_clearml/clearml_server.md) or use the
[free hosted service](https://app.clear.ml)
1. Connect `clearml` SDK to the server, see instructions [here](../clearml_sdk/clearml_sdk_setup#install-clearml)
1. Connect `clearml` SDK to the server, see instructions [here](../clearml_sdk/clearml_sdk_setup.md#install-clearml)
1. Install the `clearml-serving` CLI:

View File

@ -9,7 +9,7 @@ script.
## Prerequisites
* [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) installed and configured
* [`clearml`](../../clearml_sdk/clearml_sdk_setup#install-clearml) installed and configured
* [`clearml`](../../clearml_sdk/clearml_sdk_setup.md#install-clearml) installed and configured
* [clearml](https://github.com/clearml/clearml) repo cloned (`git clone https://github.com/clearml/clearml.git`)
## Creating the ClearML Task

View File

@ -11,7 +11,7 @@ be used when running optimization tasks.
## Prerequisites
* [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) installed and configured
* [`clearml`](../../clearml_sdk/clearml_sdk_setup#install-clearml) installed and configured
* [`clearml`](../../clearml_sdk/clearml_sdk_setup.md#install-clearml) installed and configured
* [clearml](https://github.com/clearml/clearml) repo cloned (`git clone https://github.com/clearml/clearml.git`)
## Creating the ClearML Task

View File

@ -9,7 +9,7 @@ such as required packages and uncommitted changes, and supports reporting scalar
## Setup
To use Accelerate's ClearML tracker, make sure that `clearml` is [installed and set up](../clearml_sdk/clearml_sdk_setup#install-clearml)
To use Accelerate's ClearML tracker, make sure that `clearml` is [installed and set up](../clearml_sdk/clearml_sdk_setup.md#install-clearml)
in your environment, and use the `log_with` parameter when instantiating an `Accelerator`:
```python