mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 15:52:49 +08:00
docs: config framework
Former-commit-id: 9cad21df82754170900e3ea74476f674754159b3
This commit is contained in:
parent
95b7e10a06
commit
a30bdbb1c0
@ -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