We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb30f8 commit 036b53aCopy full SHA for 036b53a
data_juicer/utils/process_utils.py
@@ -91,7 +91,7 @@ def calculate_np(name,
91
op_proc = cuda_device_count()
92
logger.warning(
93
f'Both mem_required and num_proc of Op[{name}] are not set.'
94
- f'Set the `num_proc` to {op_proc}.')
+ f'Set the `num_proc` to number of GPUs {op_proc}.')
95
else:
96
op_proc = auto_num_proc if auto_num_proc else num_proc
97
0 commit comments