Commit b17cf23
authored
Fix
Due to the wrong entry point, calling `torch-mlir-import-onnx` currently
fails with
```
$ torch-mlir-import-onnx
Traceback (most recent call last):
File "venv-torch/bin/torch-mlir-import-onnx", line 5, in <module>
from torch_mlir.tools.import_onnx import _cli_main
ImportError: cannot import name '_cli_main' from 'torch_mlir.tools.import_onnx' (unknown location)
```torch-mlir-import-onnx entry point (llvm#3965)1 parent 8fa3bd9 commit b17cf23
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments