Skip to content

Commit

Permalink
remove premature change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Nov 21, 2023
1 parent 8759cf0 commit ff9ed2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/demo_distributed_node_duplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
size = 2
rank = 0

pt.enable_traceback_tag()

x1 = pt.make_placeholder("x1", shape=(10, 4), dtype=np.float64)
x2 = pt.make_placeholder("x2", shape=(10, 4), dtype=np.float64)
x3 = pt.make_placeholder("x3", shape=(10, 4), dtype=np.float64)
Expand Down

0 comments on commit ff9ed2c

Please sign in to comment.