mlc-ai / docs

The documents for TVM Unity

Home Page:https://mlc.ai/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TVM Unity Documentation

The documentation was built upon Sphinx.

Dependencies

Run the following command in this directory to install dependencies first:

pip install -r requirements.txt

Build the Documentation

Then you can build the documentation by running:

make html

View the Documentation

Run the following command to start a simple HTTP server:

python -m http.server -d _build/html 8000

Then you can view the documentation in your browser at http://localhost:8000 (the port can be customized by changing the port number).

About

The documents for TVM Unity

https://mlc.ai/docs/

License:Apache License 2.0


Languages

Language:Shell 65.9%Language:Groovy 14.9%Language:Python 9.8%Language:Makefile 9.4%