iree-org / iree-torch

Torch Frontend for IREE
Apache License 2.0
25 stars 11 forks source link

Install IREE nightly #66

Closed dellis23 closed 1 year ago

dellis23 commented 1 year ago

Closes #58

dellis23 commented 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.

stellaraccident commented 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.

Ultimately, we either accept nightly instability and align on joint released/pinned versions for interop, or we rebase on a strable ir for interchange.