mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-23 07:10:35 +08:00
[data] fix shared file system (#8179)
This commit is contained in:
@@ -133,6 +133,10 @@ class DataArguments:
|
||||
)
|
||||
},
|
||||
)
|
||||
data_shared_file_system: bool = field(
|
||||
default=False,
|
||||
metadata={"help": "Whether or not to use a shared file system for the datasets."},
|
||||
)
|
||||
|
||||
def __post_init__(self):
|
||||
def split_arg(arg):
|
||||
|
||||
Reference in New Issue
Block a user