mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-01 09:15:59 +08:00
[misc] lint code (#9395)
This commit is contained in:
@@ -137,7 +137,6 @@ def _load_single_dataset(
|
||||
cache_dir=model_args.cache_dir,
|
||||
token=model_args.hf_hub_token,
|
||||
num_proc=data_args.preprocessing_num_workers,
|
||||
trust_remote_code=model_args.trust_remote_code,
|
||||
streaming=data_args.streaming and dataset_attr.load_from != "file",
|
||||
)
|
||||
if data_args.streaming and dataset_attr.load_from == "file":
|
||||
|
||||
Reference in New Issue
Block a user