Download Source Files
Get Started ›Source Download
The source archives listed on this page are official MXNet releases following the Apache Software Foundation Release Policy.
If you would like to actively participate in the MXNet development, you are encouraged to contribute to our development version on GitHub.
Version | Source | PGP | SHA |
---|---|---|---|
1.6.0 | Download | Download | Download |
1.5.1 | Download | Download | Download |
1.5.0 | Download | Download | Download |
1.4.1 | Download | Download | Download |
1.4.0 | Download | Download | Download |
1.3.1 | Download | Download | Download |
1.3.0 | Download | Download | Download |
1.2.1 | Download | Download | Download |
1.2.0 | Download | Download | Download |
1.1.0 | Download | Download | Download |
1.0.0 | Download | Download | Download |
0.12.1 | Download | Download | Download |
0.12.0 | Download | Download | Download |
0.11.0 | Download | Download | Download |
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 (.md5 or .sha* 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 SHA1 downloaded_file
The output should be compared with the contents of the SHA1 file. Similarly for other hashes (SHA256 MD5 etc) which may be provided.
Windows 7 and later systems should all now have certUtil
:
% certUtil -hashfile pathToFileToCheck
HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512
Unix-like systems (and macOS) will have a utility called md5
, md5sum
or shasum
.