Skip to content

Commit

Permalink
add few more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Sep 27, 2024
1 parent 43a70ad commit 17327d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/syft/src/syft/util/test_helpers/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def load_from_checkpoint(
print("Successfully loaded data from checkpoint.")

# Step 1: Build and push the worker images

print("Recreating worker images from checkpoint.")
worker_image_list = (
[] if root_client.images.get_all() is None else root_client.images.get_all()
)
Expand All @@ -206,6 +208,7 @@ def load_from_checkpoint(
print("Successfully Built worker image data from checkpoint.")

# Step 2: Recreate the worker pools
print("Recreating worker pools from checkpoint.")
worker_pool_list = (
[] if root_client.worker_pools is None else root_client.worker_pools
)
Expand Down

0 comments on commit 17327d8

Please sign in to comment.