Fix links

This commit is contained in:
revital 2025-04-08 16:54:33 +03:00
parent 0c318096dc
commit c09b7b9cd2
33 changed files with 34 additions and 34 deletions

View File

@ -23,7 +23,7 @@ VS Code remote sessions use ports 8878 and 8898 respectively.
## Prerequisites ## Prerequisites
* `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for details. * `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for details.
* At least one `clearml-agent` running on a remote host. See [installation](../clearml_agent/clearml_agent_setup.md#installation) for details. * At least one `clearml-agent` running on a remote host. See [installation](../clearml_agent/clearml_agent_setup.md#installation) for details.
* An SSH client installed on your machine. To verify, open your terminal and execute `ssh`. If you did not receive an * An SSH client installed on your machine. To verify, open your terminal and execute `ssh`. If you did not receive an
error, you are good to go. error, you are good to go.

View File

@ -37,7 +37,7 @@ lineage and content information. See [dataset UI](../webapp/datasets/webapp_data
## Setup ## Setup
`clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup) `clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md)
guide for more info! guide for more info!
## Using ClearML Data ## Using ClearML Data

View File

@ -49,7 +49,7 @@ authentication, subdomains, and load balancers, and use any of its many configur
1. Optionally, [configure ClearML Server](clearml_server_config.md) for additional features, including subdomains and load balancers, 1. Optionally, [configure ClearML Server](clearml_server_config.md) for additional features, including subdomains and load balancers,
web login authentication, and the non-responsive task watchdog. web login authentication, and the non-responsive task watchdog.
1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup) 1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup.md)
## Updating ## Updating

View File

@ -150,4 +150,4 @@ The following section contains a list of AMI Image IDs per-region for the latest
## Next Step ## Next Step
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).

View File

@ -7,7 +7,7 @@ provides custom images for each released version of ClearML Server. For a list o
[ClearML Server GCP Custom Image](#clearml-server-gcp-custom-image). [ClearML Server GCP Custom Image](#clearml-server-gcp-custom-image).
To keep track of your experiments and/or data, the `clearml` package needs to communicate with the server you have deployed. To keep track of your experiments and/or data, the `clearml` package needs to communicate with the server you have deployed.
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
:::info :::info
In order for `clearml` to work with a ClearML Server on GCP, set `CLEARML_API_DEFAULT_REQ_METHOD=PUT` or In order for `clearml` to work with a ClearML Server on GCP, set `CLEARML_API_DEFAULT_REQ_METHOD=PUT` or
@ -155,4 +155,4 @@ The following section contains a list of Custom Image URLs (exported in differen
## Next Step ## Next Step
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).

View File

@ -32,4 +32,4 @@ instructions in the [Security](clearml_server_security.md) page.
## Next Step ## Next Step
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).

View File

@ -89,4 +89,4 @@ After deploying ClearML Server, the services expose the following node ports:
## Next Step ## Next Step
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).

View File

@ -7,7 +7,7 @@ on a remote or local machine, from a remote repository and your local machine.
### Prerequisites ### Prerequisites
- [`clearml`](../../clearml_sdk/clearml_sdk_setup) Python package installed and configured - [`clearml`](../../clearml_sdk/clearml_sdk_setup.md) Python package installed and configured
- [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) running on at least one machine (to execute the task), configured to listen to `default` queue - [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) running on at least one machine (to execute the task), configured to listen to `default` queue
### Executing Code from a Remote Repository ### Executing Code from a Remote Repository

View File

@ -3,7 +3,7 @@ title: Keras Tuner
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../../../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: AutoKeras
--- ---
:::tip :::tip
If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup) for setup If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup.md) for setup
instructions. instructions.
::: :::

View File

@ -3,7 +3,7 @@ title: CatBoost
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup
instructions. instructions.
::: :::

View File

@ -3,7 +3,7 @@ title: Click
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup
instructions. instructions.
::: :::

View File

@ -3,7 +3,7 @@ title: Fast.ai
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::
ClearML integrates seamlessly with [fast.ai](https://www.fast.ai/), automatically logging its models and scalars. ClearML integrates seamlessly with [fast.ai](https://www.fast.ai/), automatically logging its models and scalars.

View File

@ -3,7 +3,7 @@ title: Hydra
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: PyTorch Ignite
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::
[PyTorch Ignite](https://pytorch.org/ignite/index.html) is a library for training and evaluating neural networks in [PyTorch Ignite](https://pytorch.org/ignite/index.html) is a library for training and evaluating neural networks in

View File

@ -3,7 +3,7 @@ title: jsonargparse
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: Keras
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: Keras Tuner
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: LangChain
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: LightGBM
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: Matplotlib
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: MegEngine
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -7,7 +7,7 @@ title: MMCV v1.x
::: :::
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: MMEngine
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: MONAI
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: PyTorch
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: PyTorch Lightning
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: scikit-learn
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: Seaborn
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: TensorBoard
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: TensorboardX
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::
[TensorboardX](https://tensorboardx.readthedocs.io/en/latest/tutorial.html#what-is-tensorboard-x) is a data [TensorboardX](https://tensorboardx.readthedocs.io/en/latest/tutorial.html#what-is-tensorboard-x) is a data

View File

@ -3,7 +3,7 @@ title: TensorFlow
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::

View File

@ -3,7 +3,7 @@ title: XGBoost
--- ---
:::tip :::tip
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
::: :::
ClearML integrates seamlessly with [XGBoost](https://xgboost.readthedocs.io/en/stable/), automatically logging its models, ClearML integrates seamlessly with [XGBoost](https://xgboost.readthedocs.io/en/stable/), automatically logging its models,