Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jun 29, 2022
1 parent 51f83bf commit 7627e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlonmcu/flow/tvm/backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class TVMBackend(Backend):
"use_tuning_results": False,
"tvmc_extra_args": [], # Currently compile subcommand only!
"tvmc_custom_script": None,
"tophub_url": None, # See https://github.com/apache/tvm/blob/1115fd9bc261619ffa0539746ae0aebc46232dc6/python/tvm/autotvm/tophub.py#L38
# See https://github.com/apache/tvm/blob/1115fd9bc261619ffa0539746ae0aebc46232dc6/python/tvm/autotvm/tophub.py
"tophub_url": None,
**{("autotuning_" + key): value for key, value in TVMTuner.DEFAULTS.items()},
}

Expand Down

0 comments on commit 7627e96

Please sign in to comment.