mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
docs: config framework
Former-commit-id: 9cad21df82754170900e3ea74476f674754159b3
This commit is contained in:
parent
fdc7fffbdc
commit
a4201a186c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user