Closed dellis23 closed 1 year ago
It feels like we need a simple solution to this that works consistently. This should at least solve the problem of running this notebook, but it's probably still too much juggling for the end user to do.
We'll soon be publishing torch-mlir
nightlies to PyPI, but I'm not sure that'll solve the issue, since iree doesn't publish nightlies to pypi and incompatibilities between the two seem to happen regularly.
It feels like we need a simple solution to this that works consistently. This should at least solve the problem of running this notebook, but it's probably still too much juggling for the end user to do.
We'll soon be publishing
torch-mlir
nightlies to PyPI, but I'm not sure that'll solve the issue, since iree doesn't publish nightlies to pypi and incompatibilities between the two seem to happen regularly.
Ultimately, we either accept nightly instability and align on joint released/pinned versions for interop, or we rebase on a strable ir for interchange.
Closes #58