You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
395 B
20 lines
395 B
Installation
|
|
============
|
|
|
|
INNA use NNVM as frontend compiler. To get started, install tvm by
|
|
reference `TVM Install from
|
|
Source <https://docs.tvm.ai/install/from_source.html#install-from-source>`__.
|
|
|
|
After install tvm, clone INNA repo from git server.
|
|
|
|
.. code:: bash
|
|
|
|
git clone git@100.2.95.100:fanbaoyu/inna.git
|
|
|
|
Install INNA throw ``pip install``.
|
|
|
|
.. code:: bash
|
|
|
|
pip install ./inna
|
|
|