Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
feifei-111 committed Feb 20, 2024
1 parent 1446429 commit ddf200c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion padiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@

from .report.hooks import info_hook
from .datas import global_json_laoder as jsons
from . import cinn_diff

try:
from . import cinn_diff
except:
pass


def module_filter(name):
Expand Down

0 comments on commit ddf200c

Please sign in to comment.