docs: config framework
Former-commit-id: 9cad21df82754170900e3ea74476f674754159b3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user