Skip to content

Commit

Permalink
Make node-id required for quickstart-pytorch (#2712)
Browse files Browse the repository at this point in the history
Co-authored-by: jafermarq <[email protected]>
  • Loading branch information
neogismm and jafermarq authored Dec 20, 2023
1 parent 41cc357 commit 1bf2ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/quickstart-pytorch/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def apply_transforms(batch):
parser.add_argument(
"--node-id",
choices=[0, 1, 2],
required=True,
type=int,
help="Partition of the dataset divided into 3 iid partitions created artificially.",
)
Expand Down

0 comments on commit 1bf2ac3

Please sign in to comment.