Skip to content

Commit

Permalink
demo works
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbucks committed Aug 8, 2023
1 parent e87c435 commit d6506ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/selective2d/idemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ def pp_and_tp_selective(
args.device,
pp_groups,
example_inputs=[X, Y],
#num_stages=num_stages,
#schedule="TwoLevel",
num_stages=num_stages,
schedule="TwoLevel",
)
else:
output_chunk_spec = (TensorChunkSpec(0), sum_reducer)
Expand Down

0 comments on commit d6506ed

Please sign in to comment.