mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 20:00:36 +08:00
move configure_packing to llamafactory.model.patcher and fix constants
This commit is contained in:
@@ -86,7 +86,9 @@ class DataArguments:
|
||||
)
|
||||
efficient_packing: Optional[bool] = field(
|
||||
default=None,
|
||||
metadata={"help": "Whether or not to pack the sequences without cross-contamination attention for efficient training."},
|
||||
metadata={
|
||||
"help": "Whether or not to pack the sequences without cross-contamination attention for efficient training."
|
||||
},
|
||||
)
|
||||
tokenized_path: Optional[str] = field(
|
||||
default=None,
|
||||
|
||||
Reference in New Issue
Block a user