Skip to content

Commit d082504

Browse files
committed
update
1 parent 5805f4e commit d082504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/data/processing/data_processor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def run(self, data_recipe: DataRecipe) -> None:
973973
print("Workers are finished.")
974974
result = data_recipe._done(len(user_items), self.delete_cached_files, self.output_dir)
975975

976-
if num_nodes == node_rank + 1 and self.output_dir.url:
976+
if num_nodes == node_rank + 1 and self.output_dir.url and _IS_IN_STUDIO:
977977
_create_dataset(
978978
input_dir=self.input_dir.path,
979979
storage_dir=self.output_dir.path,

0 commit comments

Comments
 (0)