Skip to content

Commit

Permalink
fix quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Nov 15, 2023
1 parent a9b24f0 commit 31c723f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/accelerate/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,10 +857,7 @@ class DVCLiveTracker(GeneralTracker):
from accelerate import Accelerator
accelerator = Accelerator(log_with="dvclive")
accelerator.init_trackers(
project_name="my_project",
init_kwargs={"dvclive": {"dir": "my_directory"}}
)
accelerator.init_trackers(project_name="my_project", init_kwargs={"dvclive": {"dir": "my_directory"}})
```
"""

Expand Down

0 comments on commit 31c723f

Please sign in to comment.