From a09a5cfd1c8d8cbf558214185902a9611d22be65 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 14 Feb 2025 04:02:16 +0700 Subject: [PATCH] feat(doc): add tensorboard config to docs (#2329) --- docs/config.qmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.qmd b/docs/config.qmd index 91744856f..327f4ae6f 100644 --- a/docs/config.qmd +++ b/docs/config.qmd @@ -348,6 +348,9 @@ comet_mode: # Create a new experiment ("create") or log to an existing one ("get comet_online: # Set to True to log data to Comet server, or False for offline storage. Default is True. comet_experiment_config: # Dictionary for additional configuration settings, see the doc for more details. +# Tensorboard +use_tensorboard: # Optional[bool] + # Where to save the full-finetuned model to output_dir: ./completed-model