Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liukai committed Sep 29, 2022
1 parent 62da5d8 commit 6a45316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_replace_with_dynamic_ops(self):
for unit_type in GROUPS:
with self.subTest(model=model_data, unit=unit_type):
model: nn.Module = model_data()
graph = ModuleGraph.init_from_fx_tracer(model)
graph = ModuleGraph.init_from_backward_tracer(model)
units: List[
MutableChannelUnit] = unit_type.init_from_graph(
graph)
Expand Down

0 comments on commit 6a45316

Please sign in to comment.