diff --git a/README.md b/README.md index 8547f81..d850f32 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains Windows binary builds of the [Torch](http://torch.ch/) machine learning framework. -Use the project branches to choose a 64-bit or a 32-bit version. +See the [releases page](https://github.com/hiili/WindowsTorch/releases) or branches for 64-bit and 32-bit versions. For more information, see https://github.com/torch/torch7/wiki/Windows and https://github.com/torch/torch7/pull/287. The process for producing these builds is documented here: https://github.com/torch/torch7/wiki/Windows#using-visual-studio-manually. The [git logs](https://github.com/hiili/WindowsTorch/commits/) contain the actual build commands and repository versions that were used. @@ -12,7 +12,7 @@ Preinstalled packages: _cwrap, dok, fun, gnuplot, image, inspect, luaffi, luafil The _torch_ and _nn_ packages are built from pinned versions (commit 7bbe179 on Sep 6, 2016, and commit 1b95f7e on Feb 21, 2017, respectively). Unfortunately, more recent versions do not compile on Windows when following the aforementioned build process. -Everything else is built from the most recent versions that were available when building (the build month is mentioned in the branch names). +Everything else is built from the most recent versions that were available when building (the build date is mentioned in the [release titles](https://github.com/hiili/WindowsTorch/releases)). ## Installing and running