blob: f3664ffd80c7646c70ff7ec1fe23f6a866ba1c80 [file] [log] [blame]
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="/css/slick.css">
<link rel="stylesheet" href="/css/slick-theme.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<div class="bannerPage">
<header class="header">
<div class="container">
<div class="headerInner d-flex justify-content-between align-items-center">
<div class="headerLogo">
<a href="/"><img src="/assets/images/logo.svg" alt="Logo"></a>
</div>
<div id="headMenu" class="headerNav">
<button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="/assets/images/close-icon.svg"
alt="Close"></button>
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="/community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/vta">VTA</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tvm.apache.org/docs/">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tvmconf.org/">Conference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/apache/incubator-tvm/">Github</a>
</li>
</ul>
<div class="responsiveasfdropdown">
<button type="button" class="btn-link">
ASF
</button>
<ul>
<li>
<a href="https://www.apache.org/">Apache Homepage</a>
</li>
<li>
<a href="https://www.apache.org/licenses/">License</a>
</li>
<li>
<a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li>
<a href="https://www.apache.org/security/">Security</a>
</li>
<li>
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a href="https://www.apache.org/events/current-event">Events</a>
</li>
</ul>
</div>
</div>
<div class="responsiveMenuIcon">
<button type="button" id="menuBtn" class="btn-menu"><img src="/assets/images/menu-icon.svg"
alt="Menu Icon" /></button>
</div>
<div class="asfDropdown">
<div class="dropdown">
<button type="button" class="btn-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
ASF
</button>
<div class="dropdown-menu dropdown-menu-right">
<ul>
<li>
<a href="https://www.apache.org/">Apache Homepage</a>
</li>
<li>
<a href="https://www.apache.org/licenses/">License</a>
</li>
<li>
<a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li>
<a href="https://www.apache.org/security/">Security</a>
</li>
<li>
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a href="https://www.apache.org/events/current-event">Events</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span14">
<h1 id="download-apache-tvm-source-code">Download Apache TVM Source Code</h1>
<p>These source archives are generated from tagged releases.
For any updates refer to the corresponding branches in the <a href="https://github.com/apache/tvm/">GitHub repository</a>.
Choose your flavor of download from the following links:</p>
<table>
<thead>
<tr>
<th>Version</th>
<th>Source</th>
<th>PGP</th>
<th>SHA</th>
</tr>
</thead>
<tbody>
<tr>
<td>0.8.0</td>
<td><a href="https://www.apache.org/dyn/closer.lua/tvm/tvm-v0.8.0/apache-tvm-src-v0.8.0.tar.gz">apache-tvm-src-v0.8.0.tar.gz</a></td>
<td><a href="https://downloads.apache.org/tvm/tvm-v0.8.0/apache-tvm-src-v0.8.0.tar.gz.asc">.asc</a></td>
<td><a href="https://downloads.apache.org/tvm/tvm-v0.8.0/apache-tvm-src-v0.8.0.tar.gz.sha512">.sha512</a></td>
</tr>
</tbody>
</table>
<p><br /></p>
<h1 id="verify-the-integrity-of-the-files">Verify the Integrity of the Files</h1>
<p>It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash (.sha512 file). Please read <a href="https://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> for more information on why you should verify our releases.</p>
<p>The PGP signature can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/tvm/KEYS">KEYS</a> as well as the .asc signature file for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using one of the following alternatives:</p>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>gpg <span class="nt">--import</span> KEYS
<span class="nv">$ </span>gpg <span class="nt">--verify</span> downloaded_file.asc downloaded_file
</code></pre></div></div>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>pgpk <span class="nt">-a</span> KEYS
<span class="nv">$ </span>pgpv downloaded_file.asc
</code></pre></div></div>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>pgp <span class="nt">-ka</span> KEYS
<span class="nv">$ </span>pgp downloaded_file.asc
</code></pre></div></div>
<p>Alternatively, you can verify the hash on the file.</p>
<p>Hashes can be calculated using GPG:</p>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>gpg <span class="nt">--print-md</span> SHA512 downloaded_file
</code></pre></div></div>
<p>The output should be compared with the contents of the SHA512 file.</p>
<p>Windows 7 and later systems should all now have certUtil:</p>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>certUtil <span class="nt">-hashfile</span> pathToFileToCheck
</code></pre></div></div>
<p>Unix-like systems (and macOS) will have a utility called <code class="language-plaintext highlighter-rouge">shasum</code>.</p>
</div>
</div>
</div>
</div> <!-- /container -->
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- <script src="./assets/js/slick.js"></script> -->
<script src="/assets/js/custome.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75982049-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75982049-2');
</script>
</body>
<section class="footerSec">
<div class="footerHeader">
<ul class="container d-flex align-md-items-center justify-content-between flex-column flex-md-row">
<li class="logo">
<p><a href="/"><img src="/assets/images/logo.svg" alt="logo" title="logo" /></a></p>
</li>
<li class="copywrite d-flex align-items-center">
<h5 id="apache-software-foundation--all-right-reserved">© 2020 Apache Software Foundation | All right reserved</h5>
</li>
</ul>
</div>
<ul class="container">
<li class="footernote">
Copyright © 2020 The Apache Software Foundation. Apache TVM, Apache, the Apache feather, and the Apache TVM project logo are either trademarks or registered trademarks of the Apache Software Foundation.</li>
</ul>
</section>
</html>