mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
docs: config framework
Former-commit-id: 7eb49e5ffaea59d8a2756ae7ff55bd57b9077f4b
This commit is contained in:
parent
c31933ef9e
commit
b512a06c3d
@ -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