Skip to content

Commit 1a2370e

Browse files
iindykcopybara-github
authored andcommitted
Test CI.
PiperOrigin-RevId: 834417989
1 parent 20b4532 commit 1a2370e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grain/_src/python/grain_pool.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ def __init__(
419419
),
420420
),
421421
)
422+
print(f"worker_index: {worker_index}")
423+
print(f"worker_count: {options.num_workers}")
424+
print(f"enable_profiling: {options.enable_profiling}")
422425
# The process kwargs must all be pickable and will be unpickle before
423426
# absl.app.run() is called. We send arguments via a queue to ensure that
424427
# they are unpickled after absl.app.run() was called in the child

0 commit comments

Comments
 (0)