Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
srkreddy1238 committed Dec 18, 2024
1 parent 2b232a4 commit 13d7059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/driver/tvmc/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def compile_model(
dumps[smod.type_key] += "\n"
dumps[smod.type_key] += smod.get_source()
except tvm.TVMError:
pass
print(f"Imported module {smod.type_key} doesn't support source dump")

# Create a new tvmc model package object from the graph definition.
package_path = tvmc_model.export_package(
Expand Down

0 comments on commit 13d7059

Please sign in to comment.