Skip to content

Commit 036b53a

Browse files
committed
update tip massage
1 parent 1fb30f8 commit 036b53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_juicer/utils/process_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def calculate_np(name,
9191
op_proc = cuda_device_count()
9292
logger.warning(
9393
f'Both mem_required and num_proc of Op[{name}] are not set.'
94-
f'Set the `num_proc` to {op_proc}.')
94+
f'Set the `num_proc` to number of GPUs {op_proc}.')
9595
else:
9696
op_proc = auto_num_proc if auto_num_proc else num_proc
9797

0 commit comments

Comments
 (0)