From 094faeb7221e965a8af5f7236f9d5cb9d4e13196 Mon Sep 17 00:00:00 2001 From: Jan Knobloch <116908874+jk4e@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:56:40 +0200 Subject: [PATCH] Fix display of admonition in W&B docs (#16777) Co-authored-by: UltralyticsAssistant --- docs/en/integrations/weights-biases.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/en/integrations/weights-biases.md b/docs/en/integrations/weights-biases.md index 06e071bf..9777632e 100644 --- a/docs/en/integrations/weights-biases.md +++ b/docs/en/integrations/weights-biases.md @@ -106,16 +106,19 @@ Before diving into the usage instructions for YOLO11 model training with Weights | project | `None` | Specifies the name of the project logged locally and in W&B. This way you can group multiple runs together. | | name | `None` | The name of the training run. This determines the name used to create subfolders and the name used for W&B logging | -!!! Tip "Enable or Disable Weights & Biases" -If you want to enable or disable Weights & Biases logging, you can use the `wandb` command. By default, Weights & Biases logging is enabled. +!!! tip "Enable or Disable Weights & Biases" - ```bash - # Enable Weights & Biases logging - wandb enabled + If you want to enable or disable Weights & Biases logging, you can use the `wandb` command. By default, Weights & Biases logging is enabled. - # Disable Weights & Biases logging - wandb disabled - ``` + === "CLI" + + ```bash + # Enable Weights & Biases logging + wandb enabled + + # Disable Weights & Biases logging + wandb disabled + ``` ### Understanding the Output