Skip to content

Commit

Permalink
Dvclive 3.0 admon (#4877)
Browse files Browse the repository at this point in the history
* Drop save_dvc_exp=True

* Remove local file mention

* Add mention about ignoring

* change dvc.yaml path for dvclive (#4846)

* change dvc.yaml path for dvclive

* catch other dvclive/dvc.yaml refs

* Drop `model_file`

* Apply suggestions from code review

* add admon about dvclive 3.0 release

---------

Co-authored-by: daavoo <[email protected]>
  • Loading branch information
dberenbaum and daavoo authored Sep 22, 2023
1 parent 710d054 commit 24e75bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/docs/dvclive/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DVCLive Documentation

<admon type="info">

DVCLive 3.0 is now available. Go to the [release notes] to see what changed.

</admon>

This documentation provides the details about the `dvclive` Python API module,
which can be imported regularly, for example:

Expand Down Expand Up @@ -161,6 +167,7 @@ multiple experiments or even an entire grid search. See examples of how to [add
DVCLive to a pipeline] or [add a pipeline to DVCLive code], or get more
information about how to [setup a pipeline] to work with DVCLive.

[release notes]: https://github.com/iterative/dvclive/releases/tag/3.0.0
[run experiments]: /doc/user-guide/experiment-management/running-experiments
[pipelines]: /doc/user-guide/pipelines
[add DVCLive to a pipeline]: /doc/start/data-management/metrics-parameters-plots
Expand Down

0 comments on commit 24e75bc

Please sign in to comment.