Skip to content

Commit

Permalink
fix merge stats
Browse files Browse the repository at this point in the history
  • Loading branch information
guipenedo committed Jul 10, 2024
1 parent bc19878 commit 0814338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatrove/executor/slurm_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def launch_merge_stats(self):
"cpus-per-task": 1,
"dependency": f"afterok:{self.job_id}",
},
f'merge_stats {self.logging_dir.resolve_paths("stats")} '
f'srun --environment=datatrove merge_stats {self.logging_dir.resolve_paths("stats")} '
f'-o {self.logging_dir.resolve_paths("stats.json")}',
)
)
Expand Down

0 comments on commit 0814338

Please sign in to comment.