Skip to content

Commit

Permalink
Fix shark_importer.py iree_utils import bug (huggingface#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosLewis authored Jun 23, 2022
1 parent a7ca9b8 commit b7b2dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shark/shark_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import urllib.request
from shark.shark_inference import SharkInference
import iree.compiler.tflite as ireec_tflite
from shark.iree_utils import IREE_TARGET_MAP
from shark.iree_utils._common import IREE_TARGET_MAP


class SharkImporter:
Expand Down

0 comments on commit b7b2dfa

Please sign in to comment.