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

@@ -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