Skip to content

Commit

Permalink
Fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Jan 6, 2025
1 parent 7421f09 commit fe9bfbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, memory_graph: MemoryGraph):
edges_src_ab = [(src_dummy_a, src_dummy_b)]
edges_src_ba = [(src_dummy_b, src_a) for src_a in memory_graph.sources_a]

# Target Cut (Adding 2 consecutive dummy nodes ao the final cut will include only dummy tensors).
# Target Cut (Adding 2 consecutive dummy nodes so the final cut will include only dummy tensors).
target_dummy_a = next(gen_a)
target_dummy_a2 = next(gen_a)
target_dummy_b = next(gen_b)
Expand Down

0 comments on commit fe9bfbc

Please sign in to comment.