Skip to content

Commit

Permalink
Update graph.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
guberti committed Jul 26, 2021
1 parent a604b39 commit 5c042fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _disassemble_mlf(self, mlf_tar_path, source_dir):
shutil.copy(os.path.join(mlf_unpacking_dir.name, source), model_dir / dest)

# Load graph.json, serialize to c format, and extact parameters
with open(os.path.join(mlf_unpacking_dir.name, "runtime-config/graph/graph.json")) as f:
with open(os.path.join(mlf_unpacking_dir.name, "executor-config/graph/graph.json")) as f:
graph_data = json.load(f)
self._compile_graph_json(model_dir, graph_data)

Expand Down

0 comments on commit 5c042fe

Please sign in to comment.