docs: config framework

This commit is contained in:
ZeYi Lin
2024-12-19 20:22:36 +08:00
parent 3306919629
commit 7eb49e5ffa

View File

@@ -334,6 +334,10 @@ class SwanLabArguments:
default=None,
metadata={"help": "The API key for SwanLab."},
)
swanlab_config: dict = field(
default={"Framework": "🦙LLaMA Factory"},
metadata={"help": "The configuration file for SwanLab."},
)
@dataclass