mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-17 20:30:36 +08:00
[misc] lint code (#9395)
This commit is contained in:
@@ -475,7 +475,12 @@ class FinetuningArguments(
|
||||
)
|
||||
use_mca: bool = field(
|
||||
default=False,
|
||||
metadata={"help": "Whether or not to use MCA (Megatron Core Adapter) training. Controlled by USE_MCA environment variable."},
|
||||
metadata={
|
||||
"help": (
|
||||
"Whether or not to use MCA (Megatron Core Adapter) training. "
|
||||
"Controlled by USE_MCA environment variable."
|
||||
)
|
||||
},
|
||||
)
|
||||
use_muon: bool = field(
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user