From a0bb4fe00af8ab15a33dcd75b67e5e6c431fe89b Mon Sep 17 00:00:00 2001 From: Ihor Indyk Date: Wed, 19 Nov 2025 13:19:03 -0800 Subject: [PATCH] Test CI. PiperOrigin-RevId: 834417989 --- grain/_src/python/grain_pool.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grain/_src/python/grain_pool.py b/grain/_src/python/grain_pool.py index 0bcf381e3..1f731ca3e 100644 --- a/grain/_src/python/grain_pool.py +++ b/grain/_src/python/grain_pool.py @@ -419,6 +419,9 @@ def __init__( ), ), ) + print(f"worker_index: {worker_index}") + print(f"worker_count: {options.num_workers}") + print(f"enable_profiling: {options.enable_profiling}") # The process kwargs must all be pickable and will be unpickle before # absl.app.run() is called. We send arguments via a queue to ensure that # they are unpickled after absl.app.run() was called in the child