Skip to content

Commit

Permalink
add tracker to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eugen-ajechiloae-clearml committed Oct 26, 2023
1 parent 81582bc commit d285e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/package_reference/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ rendered properly in your Markdown viewer.
- __init__
[[autodoc]] tracking.MLflowTracker
- __init__
[[autodoc]] tracking.ClearMLTracker
- __init__
4 changes: 3 additions & 1 deletion docs/source/usage_guides/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ There are a large number of experiment tracking API's available, however getting

## Integrated Trackers

Currently `Accelerate` supports four trackers out-of-the-box:
Currently `Accelerate` supports six trackers out-of-the-box:

- TensorBoard
- WandB
- CometML
- Aim
- MLFlow
- ClearML

To use any of them, pass in the selected type(s) to the `log_with` parameter in [`Accelerate`]:
```python
Expand Down

0 comments on commit d285e27

Please sign in to comment.