Skip to content

Commit

Permalink
[Modify]fix bug of install
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang3 committed Aug 14, 2023
1 parent 0d147a8 commit 23911ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import os
import sys

cur_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append(os.path.join(cur_dir, "lib"))

from .__version import __version__, version_info
from .config import *
from .conv_bn_fuser import EmptyBatchNorm, FuseBNIntoConv, FuseConvBNAheadRelu
Expand Down

0 comments on commit 23911ce

Please sign in to comment.