Skip to content

Commit

Permalink
#4003: use reports_path instead of tmp_path
Browse files Browse the repository at this point in the history
  • Loading branch information
arakhmati committed Apr 3, 2024
1 parent 065ebb2 commit 2e240d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttnn/ttnn/model_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def infer_ttnn_module_args(*, model, run_model, device):
with trace():
output = run_model(model)

visualize(output, file_name=ttnn.CONFIG.tmp_dir / "model_graph.svg")
visualize(output, file_name=ttnn.CONFIG.reports_path / "model_graph.svg")

def _infer_ttnn_module_args(graph):
ttnn_module_args = {}
Expand Down

0 comments on commit 2e240d3

Please sign in to comment.