Repository: incubator-singa Updated Branches: refs/heads/master dcdd6ea3e -> b94479520
SINGA-376 Update the download page Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/b9447952 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/b9447952 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/b9447952 Branch: refs/heads/master Commit: b94479520078ddf3757be4df924e9093d05f9dcf Parents: dcdd6ea Author: Moaz Reyad <[email protected]> Authored: Mon Jun 25 18:22:01 2018 +0200 Committer: Moaz Reyad <[email protected]> Committed: Mon Jun 25 18:22:01 2018 +0200 ---------------------------------------------------------------------- doc/en/downloads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/b9447952/doc/en/downloads.md ---------------------------------------------------------------------- diff --git a/doc/en/downloads.md b/doc/en/downloads.md index d6a6724..dcfb91d 100644 --- a/doc/en/downloads.md +++ b/doc/en/downloads.md @@ -1,7 +1,5 @@ ## Download SINGA -* Latest code: please clone the dev branch from [Github](https://github.com/apache/incubator-singa) - * To verify the downloaded tar.gz file, download the KEY and ASC files and then execute the following commands % gpg --import KEYS @@ -9,11 +7,13 @@ You can also check the SHA512 or MD5 values to see if the download is completed. + + * v1.2.0 (6 June 2018): * [Apache SINGA 1.2.0](http://www.apache.org/dyn/closer.cgi/incubator/singa/1.2.0/apache-singa-incubating-1.2.0.tar.gz) - [\[SHA512\]](https://dist.apache.org/repos/dist/release/incubator/singa/1.2.0/apache-singa-incubating-1.2.0.tar.gz.sha512) - [\[KEYS\]](https://dist.apache.org/repos/dist/release/incubator/singa/1.2.0/KEYS) - [\[ASC\]](https://dist.apache.org/repos/dist/release/incubator/singa/1.2.0/apache-singa-incubating-1.2.0.tar.gz.asc) + [\[SHA512\]](https://www.apache.org/dist/incubator/singa/1.2.0/apache-singa-incubating-1.2.0.tar.gz.sha512) + [\[KEYS\]](https://www.apache.org/dist/incubator/singa/1.2.0/KEYS) + [\[ASC\]](https://www.apache.org/dist/incubator/singa/1.2.0/apache-singa-incubating-1.2.0.tar.gz.asc) * [Release Notes 1.2.0](releases/RELEASE_NOTES_1.2.0.html) * New features and major updates, * Implement autograd (currently support MLP model)
