[data] fix shared file system (#8179)

This commit is contained in:
hoshi-hiyouga
2025-05-27 18:36:03 +08:00
committed by GitHub
parent d4a413eb37
commit 2bf8e993ab
2 changed files with 6 additions and 2 deletions

View File

@@ -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):