Download Apache TVM Source Code
These source archives are generated from tagged releases. For any updates refer to the corresponding branches in the GitHub repository. Choose your flavor of download from the following links:
Version | Source | PGP | SHA |
---|---|---|---|
0.17.0 | apache-tvm-src-v0.17.0.tar.gz | .asc | .sha512 |
0.16.0 | apache-tvm-src-v0.16.0.tar.gz | .asc | .sha512 |
0.15.0 | apache-tvm-src-v0.15.0.tar.gz | .asc | .sha512 |
0.14.0 | apache-tvm-src-v0.14.0.tar.gz | .asc | .sha512 |
0.13.0 | apache-tvm-src-v0.13.0.tar.gz | .asc | .sha512 |
0.12.0 | apache-tvm-src-v0.12.0.tar.gz | .asc | .sha512 |
0.11.0 | apache-tvm-src-v0.11.0.tar.gz | .asc | .sha512 |
0.10.0 | apache-tvm-src-v0.10.0.tar.gz | .asc | .sha512 |
0.9.0 | apache-tvm-src-v0.9.0.tar.gz | .asc | .sha512 |
0.8.0 | apache-tvm-src-v0.8.0.tar.gz | .asc | .sha512 |
Verify the Integrity of the Files
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 Verifying Apache Software Foundation Releases for more information on why you should verify our releases.
The PGP signature can be verified using PGP or GPG. First download the KEYS 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:
$ gpg --import KEYS
$ gpg --verify downloaded_file.asc downloaded_file
$ pgpk -a KEYS
$ pgpv downloaded_file.asc
$ pgp -ka KEYS
$ pgp downloaded_file.asc
Alternatively, you can verify the hash on the file.
Hashes can be calculated using GPG:
$ gpg --print-md SHA512 downloaded_file
The output should be compared with the contents of the SHA512 file.
Windows 7 and later systems should all now have certUtil:
$ certUtil -hashfile pathToFileToCheck
Unix-like systems (and macOS) will have a utility called shasum
.