index.rst 437 Bytes
Newer Older
1 2
Installation
============
3
To install TVM, please read :ref:`install-from-source`.
4 5 6
If you are interested in deploying to mobile/embedded devices,
you do not need to install the entire tvm stack on your device,
instead, you only need the runtime, please read :ref:`deploy-and-integration`.
7
If you would like to quickly try out TVM or do demo/tutorials, checkout :ref:`docker-images`
8 9

.. toctree::
10
   :maxdepth: 2
11

12 13
   from_source
   docker