Skip to content

Commit 7975087

Browse files
authored
change backend name (huggingface#265)
1 parent e8482d4 commit 7975087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shark/iree_utils/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_cmd(cmd):
4747
}
4848

4949
IREE_TARGET_MAP = {
50-
"cpu": "dylib",
50+
"cpu": "cpu",
5151
"gpu": "cuda",
5252
"cuda": "cuda",
5353
"vulkan": "vulkan",

0 commit comments

Comments
 (0)