Skip to content

Commit

Permalink
fix auto tune issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Aug 11, 2021
1 parent 4396519 commit 25d2969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/micro/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def compile_and_create_micro_session(
global RPC_SESSION

temp_dir = utils.tempdir()
temp_dir.set_keep_for_debug(True)
model_library_format_path = temp_dir / "model.tar.gz"
print("PRE GEN", model_library_format_path)
with open(model_library_format_path, "wb") as mlf_f:
Expand Down

0 comments on commit 25d2969

Please sign in to comment.