iree-org / iree-torch

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

Add basic setup.py #12

Closed silvasean closed 2 years ago

silvasean commented 2 years ago

To develop:

$ python setup.py develop

To build a wheel:

$ pip install wheel
$ python setup.py bdist_wheel