From ec94d632f34b1ef24c7a67976470fe47ec998054 Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Tue, 12 Aug 2025 14:07:55 +0100 Subject: [PATCH] docs --- src/axolotl/cli/utils/train.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/axolotl/cli/utils/train.py b/src/axolotl/cli/utils/train.py index 16ec62440..c266dab2e 100644 --- a/src/axolotl/cli/utils/train.py +++ b/src/axolotl/cli/utils/train.py @@ -74,8 +74,9 @@ def generate_config_files(config: str, sweep: str | None) -> Iterator[tuple[str, sweep: Sweep configuration file Yields: - str: configuration file name - bool:whether this is a group of configurations + tuple[str, bool]: (config_file, is_group) + - config_file: configuration file path + - is_group: whether this is a group of configurations """ if not sweep: