@@ -44,6 +44,7 @@ By default, `TrainingArguments.report_to` is set to `"all"`, so a [`Trainer`] wi
...
@@ -44,6 +44,7 @@ By default, `TrainingArguments.report_to` is set to `"all"`, so a [`Trainer`] wi
-[`~integrations.ClearMLCallback`] if [clearml](https://github.com/allegroai/clearml) is installed.
-[`~integrations.ClearMLCallback`] if [clearml](https://github.com/allegroai/clearml) is installed.
-[`~integrations.DagsHubCallback`] if [dagshub](https://dagshub.com/) is installed.
-[`~integrations.DagsHubCallback`] if [dagshub](https://dagshub.com/) is installed.
-[`~integrations.FlyteCallback`] if [flyte](https://flyte.org/) is installed.
-[`~integrations.FlyteCallback`] if [flyte](https://flyte.org/) is installed.
-[`~integrations.DVCLiveCallback`] if [dvclive](https://dvc.org/doc/dvclive) is installed.
If a package is installed but you don't wish to use the accompanying integration, you can change `TrainingArguments.report_to` to a list of just those integrations you want to use (e.g. `["azure_ml", "wandb"]`).
If a package is installed but you don't wish to use the accompanying integration, you can change `TrainingArguments.report_to` to a list of just those integrations you want to use (e.g. `["azure_ml", "wandb"]`).
...
@@ -88,6 +89,9 @@ Here is the list of the available [`TrainerCallback`] in the library:
...
@@ -88,6 +89,9 @@ Here is the list of the available [`TrainerCallback`] in the library: