repo for tvm

Clone this repo:

Branches

  1. 9062c88 Add tvm-ffi by tqchen · 2 weeks ago main
  2. d81af31 Add download links for version 0.22.0 (#54) by ysh329 · 3 weeks ago
  3. 81a8c2e fix `download_3rdparty_embeds.py` path by Junru Shao · 3 weeks ago
  4. a17b5d9 update by tqchen · 4 weeks ago
  5. a754dc9 update by tqchen · 4 weeks ago

TVM Project Homepage

Dependencies

  1. Install Ruby

    # for Ubuntu 18.04+
    sudo apt install -y ruby-full build-essential
    
  2. Install Jekyll and Bundler gems

    gem install bundler jekyll
    
  3. Install project dependencies

    git clone https://github.com/apache/tvm-site.git
    cd tvm-site
    
    # If this runs into resolution errors, you may need to run:
    # bundle config set --local path 'vendor/cache'
    bundle install
    

Serve Locally

./serve_local.sh

# If you are developing on a remote machine, you can set up an SSH tunnel to view
# the site locally:
ssh -L 4000:localhost:4000 <the remote>

Then visit http://localhost:4000 in your browser.

Deployment

We use the script scripts/task_deploy_asf_site.sh to generate and deploy content to the asf-site branch.

The docs folder is not part of the source, they are built separately from the tvm's docs and updated via scripts/task_docs_update.sh